Hi,
I have a blank horizontal gallery with two fields i.e TextInput and Button, and the Gallery's Item property is a Collection. (refer below image) The Collection has 2 columns HoursWorked and Notes.

When the User Clicks on the "Add Notes" button, a Dialog box is displayed where the User can enter Notes(refer pic below)

After the User Clicks OK, The note should be updated in the Collection. So the issue is I am not able to update the Notes in the collection.
Thanks.