Hey everyone,
Is it possible for me to design a flow where only the selected row items are updated in Powerapps Gallery instead of the whole Gallery is being updated?
Thanks a ton!
Solved! Go to Solution.
Its all dependent on what you pass to Flow as a parameter. You can definitely pass a subset of the records in a gallery and then when the results are returned apply them to the row you sent.
Hey@Pstork1
Thank you for your fast reply! Where and how should I pass a subset of the records in a gallery?
To specify my case, I have a gallery with text inputs and when I modify one row of these text inputs every row changes like this
my Flow set up is as shown below
In SharePoint every item in a list has an integer ID that is automatically applied. The Get Item action will retrieve one record based on that specific ID. You would pass that to the Flow just like you are passing the values you want to change.
Its all dependent on what you pass to Flow as a parameter. You can definitely pass a subset of the records in a gallery and then when the results are returned apply them to the row you sent.
Hey@Pstork1
Thank you for your fast reply! Where and how should I pass a subset of the records in a gallery?
To specify my case, I have a gallery with text inputs and when I modify one row of these text inputs every row changes like this
my Flow set up is as shown below
Assuming the gallery is attached to a SharePoint data source then you can just pass the ID of the record being displayed and the values you want to change in that row of the gallery to the Flow and change the Get Items action to Get Item. Use that Get Item to retrieve the record you want. Then you can update that record without using an Apply to Each and only change one row.
Thank you@Pstork1!!
My last question is what does the ID for Get Item do? How should I provide it? Through Powerapps or just specify an integer in Flow
In SharePoint every item in a list has an integer ID that is automatically applied. The Get Item action will retrieve one record based on that specific ID. You would pass that to the Flow just like you are passing the values you want to change.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
87 | |
57 | |
41 | |
37 | |
33 |
User | Count |
---|---|
88 | |
72 | |
64 | |
59 | |
38 |