Hi,
I am currently looking at Microsoft Flow Web API and was able to programmtically create a Flow via https://xxxx.crm.dynamics.com/api/data/v9.1/workflows endpoint by using a exported Flow JSON definition. However, the created Flow doesn't include any connection information and requires people to manually select a connection. I am just wondering since the purpose of Flow Web API is to allow people to import/export a Flow programmatically, it's kindly useless if there is not way to referenece or create connection programmtically. Most of Flow include one or multiple connections.
Can anyone point out how to:
- associate a existing connection to created Flow programmtically? or
- create a new connection?
Thanks
Frank