Hi,
I am trying to Patch my onselect button here to patch my field in my SP list. How can I do this? The dropdown and textinput are not datacards or in a form, they just exist on screen.

Trying this - but getting error - Name isnt value. 'ThisItem' isnt recognized.
Patch('Data Source', ThisItem, {'impact comment': TextInput1.Text });
Also trying - getting invalud arguement type (Number). Expecting a record value instead.
Patch('Data Source', gblRecordID, {'impact comment': TextInput1.Text });
any help would be appreciated.