
The code was working until now. It stop to work.
I need to pass two JSON objects to Power Automate.
Code:
PowerApps_Insert_Json.Run(
JSON(colNewReq),
JSON(colNewItemsList)
)
Not sure why it is not working any more?
And, in the Power Automate, the connector. I can only use Power Apps(V2), so add two input text fields.
But still not working?
Any help welcome.
Thanks!
Hi @usaman45 , When you say it was working , so did you get any error message? Also i am assuming that you are using JSON function, then the second parameter will be JSONFormat.Compact
Can you try with JSONFormat.IgnoreUnsupportedTypes ? Please check https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-json
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB