
Announcements
I am following https://docs.microsoft.com/en-us/flow/web-api to create flows programmatically. I am looking for a sample code for creation of a flow?
I used the http client and able to successfully retrieve the flows using the api mentioned in the above doc, but for creation, the main issue I am facing is the clientdata that is sent in the content of the http post request is itself a JSon(situation like json inside json). How can I resolve this?
OR, is there any other method/way to programmatically perform CRUD operations on flows for PRODUCTION environment??
I also heard about Azure logic Apps for building enterprise scenarios. Which one makes more easy to build scenarios for PRODUCTION - LogicApps vs MicrosoftFlow??
@Sunay for the developer topic.
In the meantime, you may want to try out the Flow Management connector, which can create flows based on a definition, amongst other things.
Learn more here:
https://docs.microsoft.com/en-us/connectors/flowmanagement/
Thank you,
Audrie