Hey Community,
Is there any way of triggering a flow within PowerApps using "for a selected item". Do anyone of you have any experience on how this could be solved?
Thanks.
Rob
Hey Community,
Is there any way of triggering a flow within PowerApps using "for a selected item". Do anyone of you have any experience on how this could be solved?
Thanks.
Rob
Edit: Deleted my comment. Sorry, I didn't see that this was solved already.
Ferran, i've solved it. Will close this.
Hey Ferran! Thanks for replying.
How do I pass that ID in to power automate for the "get item" function?
Hi @Anonymous
I guess that you have an item selected in a gallery and want to trigger a flow using the Id of selected item in that gallery. Therefore you could add a button to trigger the flow like this:
button.OnSelect = NameOfYourWorkflow.Run(gallery.Selected.Id)
Hope that helps!
Ferran
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1