The PowerApps editor for executing (Run) flows from an OnSelect property of a PowerApps button is very squirrely. If I have text in the field before I choose Action-->PowerAutomate-->Select a Flow, it completely blows the text away (e.g. if I want to output of a Flow to populate a collection as would happen on a SQL call). I find myself having to cut and paste the "pre" and "post" text in repeatedly. Is this really the way this is supposed to work?
This leads to the crux of this post. I would like to have a single Button press trigger the calling/execution of two (or more) separate Flows sequentially (or in parallel, if possible). Given the current behavior of the PowerApps editor, this is impossible as the addition of the second Flow blows away the first Flow call. I am coming to the conclusion that while you can easily execute multiple steps in an OnSelect property with the use of the ";", adding a 2nd or 3rd Flow is not possible. Is this right? Am I missing something?
using
And assuming I am right about this not being supported, does anyone have a solution like having the OnSelect button "Press the Button" of another Button. Then I could put the second Flow call in a second invisible Button and have it called by the first one.
Thoughts or experience with this problem. Can't find anything really close. There is one post about using a button to call one or the other Flow but nothing where I want both Flows to be executed. I am trying to figure out how to adapt the post to my situation but not seeing that clearly.
Thanks,
Mark