Get Stage Id of Business Process Flow Stages

 Introduction:

I had a requirement where I needed to compare the Active Stage of Business Process Flow to perform an action of the Stage was Develop

The Flow trigger body provided the active stage id which I had to compare with Stage id of Develop.

However, I did not know the stage id, so I used the below API to get the stage details.

 

Solution:

API Query-

 

https://CRMURL.dynamics.com/api/data/v9.0/processstages?$select=stagename&$filter=processid/workflowid eq BPFGuid

 

Eg:

1)
Get the GUID of  Business Process Flow whose stage details you need.

Graphical user interface, application, Word

Description automatically generated

  1. Replace below Query with Your CRM URL and BPF GUID.

https://Test130.crm.dynamics.com/api/data/v9.0/processstages?$select=stagename&$filter=processid/workflowid eq 9128E4D1-1234-4852-ABD0-A63A6ECA5C5D

 

Output:

Graphical user interface, text, application, email

Description automatically generated

 


Comments

Popular posts from this blog

The supplied reference link is invalid Error in Cloudflows

Set Dynamic Recipients of D365 Email in Power Automate

Retrieve Email Recipients (TO, CC, BCC) in Cloud Flow