Hi
I have a powerapp to update a sharepoint list item. I don't know how to pass the item id from powerapps to the flow. I get item not found error.
Can you help?
Thanks
Uma
Solved! Go to Solution.
Hi
Got it working. I needed to pass the parameters this way PowerAppsbutton.Run(BrowseGallery1.Selected.ID, BrowseGallery1.Selected.First_x0020_name, BrowseGallery1.Selected.Surname, BrowseGallery1.Selected.Contact_x0020_email).
This topic can be closed. Thanks.
Hi @umam,
May I know what you input you used in PowerApps as the item ID? In flow, the list item id is treated as 1,2,3,4,5,etc. It means that from the top to the bottom in list, the first item id is 1, the second items id is 2,etc. This is defined and cannot be changed. Make sure that you have the right item id from PowerApps.
Regards,
Mona
Hi Mona
Thanks for getting back to me. I did try the item id as you had mentioned. I will try it again
Hi Mona
This is what I tried passing - PowerAppsbutton.Run("2", "'Applications List'.First_x0020_name", "'Applications List'.Surname", "'Applications List'.Contact_x0020_email").
Is this correct?
Uma
Hi
Got it working. I needed to pass the parameters this way PowerAppsbutton.Run(BrowseGallery1.Selected.ID, BrowseGallery1.Selected.First_x0020_name, BrowseGallery1.Selected.Surname, BrowseGallery1.Selected.Contact_x0020_email).
This topic can be closed. Thanks.
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
181 | |
137 | |
96 | |
83 |