I am trying to run a flow on a button that is within a gallery. Essentially, I’d like for it to run this flow on the OnSelect Property and the flow to just “get item in SharePoint” of that record within the gallery. I am having a bit of difficulty understanding what content to input – would I need to create an input for each of the columns or is there a way to just point it to bring in that one ID from the SharePoint List? I'm not sure if the Run step is written correctly either?
Add a number parameter to the trigger. Use that to pass the ID of the sharePoint item to the flow. If you've done that and its not showing then try using a compose between the trigger and the Get Item. Add the ID parameter to the Compose from dynamic content. The Compose is less data type specific so it shows more dynamic content. Then you can use the output of the compose for the ID in the Get Item.
----------------------------------------------------------------------------------
If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!
Paul Papanek Stork, MVP Blog: https://www.dontpapanic.com/blog
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.