Suppose you need to create a new globally unique identifier (GUID). In that case, Power Automate provides guid() function which generates and returns a new GUID as string. It is a useful function, but it doesn’t create a GUID based on string we provide, the way it works in C#. This post will explain how to convert a string into GUID format with dashes (with or without curly braces).
I…
Continue Reading Yawer Iqbal’s Article on their blog
Power Automate Convert a String to GUID
Suppose you need to create a new globally unique identifier (GUID). In that case, Power Automate provides guid() function which generates and returns a new GUID as string. It is a useful function, but it doesn’t create a GUID based on string we provide, the way it works in C#.
Blog Syndicated with Yawer Iqbal’s Permission
More About This Author
Array
Dyn365CE14 November 2021Azure Key Vault for Power Automate
Dyn365CE30 May 2021Row Update After SharePoint File Upload
Dyn365CE19 May 2021Convert SharePoint Uploaded Word File to Pdf
Dyn365CE26 January 2021Power Automate Convert a String to GUID