I want to directly access and edit the JSON code of Flows without manually importing / exporting, including :
- Flows that are not in solutions
- All JSON code for the flow, not just the parts accessed by the Create Flow and Update Flow actions (which can only edit the definition + connectionreferences parts)
Now you might say, well sorry, that's not possible, there is no way to do that.
But that's not true. John Liu's Power Studio let's you directly edit the entire JSON. I've tested it myself. So my question is. How is the app accessing that functionality?
You can see the list of permissions used by Power Studio here. Something to do with Azure Management API? I can't figure it out!
http://prntscr.com/v4b0q9
http://prntscr.com/v4b1so
I've searched everywhere for possibilities.
- PowerShell Commandlets can't seem to do it.
- There is a REST API for Power Automate that let's you Patch flows, but it's only available for solutions.