I have gallery1 with task view of sharepoint list 1. When I select a specific row from gallery, it navigates me to another screen. In another screen we have gallery 2 (of sharepoint list2) from which data is updated into textbox. The textbox data needs to be updated into sharepoint lsit1. i am not able to apply patch() for this task.
Solved! Go to Solution.
In order to Patch the items in SharePoint list 1, you can use below formula:
Patch(SharePointList1, Gallery1.selected, { columnName:TextInput.Text})
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
In order to Patch the items in SharePoint list 1, you can use below formula:
Patch(SharePointList1, Gallery1.selected, { columnName:TextInput.Text})
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
User | Count |
---|---|
157 | |
93 | |
78 | |
73 | |
57 |
User | Count |
---|---|
202 | |
166 | |
98 | |
94 | |
79 |