Hi
I want to only update one column - Number field into existing SP list record how to patch it?
1) User input eg Product number - how to set when they click enter it auto show in the gallery ? Now I input the number I have to click the arrow icon to display
2) #2 is a form I need the user to input in the Number
3) How to update the number datacard1 into its existing record in SP list without overwrite others? I try
patch(SP list, LookUp(SP list, varRecord (' Number': datacard1.Text})) - not working
my gallery is set as varRecord
