Home
> PowerApps > ‘Failed during http send request’ error – Triggering Power automate from Canvas App
‘Failed during http send request’ error – Triggering Power automate from Canvas App
While configuring Canvas app for my previous article ,I encountered following error while selecting ‘Power Automate’ from Canvas app.
Reason:
- In my ‘Power Automate’, I was reading collection received from Canvas app to ‘Array’ type variable.
- There seems to be issue with ‘Array’ datatype when triggering ‘Power Automate’ flow Canvas App.
Fix:
- In the Power Automate, changed the Type from ‘Array’ to ‘String’ and used ‘Parse JSON’ action to convert String to json collection.
- In Canvas App, used JSON() function to convert the Collection to json string.
🙂
Categories: PowerApps
Array, Failed during http send request, json
Comments (0)
Trackbacks (0)
Leave a comment
Trackback