Create Guid In Ms Flow
Have you faced a situation where a you need to create Guid for a record while working with Power Automate??
As we all know Guid is auto generated by CRM in most cases. So in case you wan to generate a Guid using Power Automate
Here is the Solution:
Add compose in flow and Add guid() in expression.
Output:
In this way we can generate Guid in Ms flow
Hope this helps !