Hello All,
I have an excel file as a data source and I am trying to update record by adding comment to it using patch function. When I choose a record from my gallery and press icon to show input comment box it appears. Then I am writing something and press another icon "tick". It should add this to an existing record but instead it is adding a new line to my excel file with my comment. How do I fix that, please? I guess I need to add something to my patch code...:
Patch( Table10, {Comment: TextInput2.Text })

Comment in my command is an empty column and where You see yellow line on screenshot - this is ThisItem.Comment.
Thanks