Hi everyone!
This is my first project where im trying to build a canvas app, everything's working fine.
But i got one last problem where i need to patch the value in a input field to the sharepoint list.
The scenario:
User types in a time in textfield_input and this value should go into sharepoint column with the name: time.
EDIT:
I just found out that i should use patch to send the value to the sharepoint list.
As i said its a time that they should input in the box eg: 14:00, 15:00; 16:30. This value here should patch to a column named time
My sharepoint list is named: Convert
i got this formula before the patch one, and in property OnSelect SubmitForm(Form2);ResetForm(Form2);ResetForm(Form_time);Navigate(Success);
Patch('Convert', LookUp('Convert'),ID='Time'.selected.id, {'users_entry': Value(TextInput_Time.Text)})