
Hi All,
I am doing a legacy workflow migration over to Microsoft flows and came across with an issue when migrating a CRM workflow which used a coded custom workflow activity.
We can use CDS bounded/ unbounded action to call a CRM custom action in flows but could found a way to consume a custom workflows. Any idea?
Hi @Chamil ,
In order to consume workflow we need to make POST request using HTTPS request with AZURE AD action. Please refer to the following url for further reference(it could be old but logic remains same):
Thanks