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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
53 | |
41 | |
36 | |
30 |
User | Count |
---|---|
241 | |
81 | |
71 | |
69 | |
65 |