Hello i have a power app that sends some data to power automate that then sends it to a web server with a http request. Wondered if its possible to retreive the response from power automate and display it in power apps
Solved! Go to Solution.
If it is single line of text or number or date you can use - Respond To PowerApps or Power Automate Action
If it is an object or an array you can leverage Response action
(Those should be the last action in Flow).
If the returning value is a variable - in canvas app use - Set(varFlowOutPut, FlowName.Run()).
If it is an object or an array try ClearCollect(colFlowOutput, FlowName.Run())
If it is single line of text or number or date you can use - Respond To PowerApps or Power Automate Action
If it is an object or an array you can leverage Response action
(Those should be the last action in Flow).
If the returning value is a variable - in canvas app use - Set(varFlowOutPut, FlowName.Run()).
If it is an object or an array try ClearCollect(colFlowOutput, FlowName.Run())
hm,the reason why its beacuse i want to check if the power apps acutally triggers the flow
try the suggested approach - that might help you
User | Count |
---|---|
184 | |
122 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
159 | |
130 | |
85 | |
78 |