I'm trying to make a call to a "flow" or Power Automate, but when I select a button, there is no such "Action" menu item to choose as described in various documentation (e.g. https://powerusers.microsoft.com/t5/Building-Power-Apps/Save-As-Prompt-button-in-power-app-flow-to-s...)
I have already used the little Power Automate icon (left side) to add my flow to my app. Now what do I do?
Solved! Go to Solution.
The Power Automate icon on the side bar takes you to the same place that the action menu used to take you. MS changed the menu recently. So if you used the Power Automate Icon on the left to add the flow then you don't need to do anything else but fill in the run() parameters.
The Power Automate icon on the side bar takes you to the same place that the action menu used to take you. MS changed the menu recently. So if you used the Power Automate Icon on the left to add the flow then you don't need to do anything else but fill in the run() parameters.
Fx = [my flow name].Run([my parameter(s)]) you say? Thanks!