Announcements
No record found.
How to get GUID Workflow in CRM Dynamics 365 ?
*This post is locked for comments
Hello Ferdiansah ,
I think you can use XRMToolBox ,and create a fetch xml query.
Best Regards ,
David
You need to check URL when you open your workflow designer. In URL you have id parameter where you can check workflow id, but you need to be aware that that GUID is URL encoded so it is bounded with %7b and %7d
Example:
This is workflow URL:
YOUR.ORGANIZATION/.../edit.aspxCA083FA5-6321-408B-90FE-32AEC48B3AEA%7d
And workflow id is everything in between %7b and %7d and that is CA083FA5-6321-408B-90FE-32AEC48B3AEA.
Hi,
You have not provide details, but you are looking to get GUID of particular workflow you can simply get it from workflow editor as suggested, but if you want to get Guid workflow using query, you can use following sample code:
columbuscrm.blogspot.in/.../get-workflow-guid-in-javascript-using.html
Thanks
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
AS-17030037-0 2