So there is probably a better way to do this, but I am just practicing right now and don't have any actual work data yet.
Say I have a text input, TxtOne, that says 'Hello.' I want to add hello to my table under SampleHeading.
This is what I've tried:
Patch(Table1, Defaults(Table1), {SampleHeading: TxtOne})
I can't figure out how to link the button and text input, or how to to have TxtOne represent the values it's given. Any help?