I am using a gallery(Gallery1) to get the input from users in the table format. Since the rows will be dynamicaly added by the end users, there will be a button(add row) to add new row in the gallery and following function is used in the button:
Patch(Tablename,Defaults(ThisItem),{colname:"" })
But at the same time, the gallery should show only the rows entered by that particular user. Hence,the following filter query has been provided to the Gallery1:
Items = Filter(tablename, Name= User. Fullname())
But after the filter query is added to the gallery,the new row is not added in the front end while clicking the add row button, but the row is adding in the excel file.
Kindly let me know how can i apply patch and filter function for the same gallery in canvas app