Hi
Im using the Call a Web Service from Power Apps Flow for the first time. I want to pass a value for part of the URL REST call to the HTTP step - what is the best way to do this please?
Thanks
Liam
Solved! Go to Solution.
If you want to pass a value from PowerApps to a flow, when you get to the place where you need the value, you select the field where you want the value to be read, and select the "Ask in PowerApps" on the dynamic content.
Once you do that, you'll see an additional dynamic variable that is added, and you can use that variable as the parameter to the flow itself, or compose it with some constant value. In my case, my app will pass only the path of the URL, and the domain is fixed:
In PowerApps, you'll see the parameter that you added in the flow when you select the flow in an action:
Just a quick note: I've seen some cases where I update my flow (to add more parameters) and PowerApps doesn't reflect it immediately; I've found that closing and reopening the PowerApps Studio (or reloading the page if using the web authoring) solves it.
Hope this helps!
If you want to pass a value from PowerApps to a flow, when you get to the place where you need the value, you select the field where you want the value to be read, and select the "Ask in PowerApps" on the dynamic content.
Once you do that, you'll see an additional dynamic variable that is added, and you can use that variable as the parameter to the flow itself, or compose it with some constant value. In my case, my app will pass only the path of the URL, and the domain is fixed:
In PowerApps, you'll see the parameter that you added in the flow when you select the flow in an action:
Just a quick note: I've seen some cases where I update my flow (to add more parameters) and PowerApps doesn't reflect it immediately; I've found that closing and reopening the PowerApps Studio (or reloading the page if using the web authoring) solves it.
Hope this helps!
I can't add "Ask in PowerApps" for the Queries portion of the HTTP trigger. Any workaround?
User | Count |
---|---|
255 | |
112 | |
92 | |
48 | |
38 |