Cheat Sheets/Power Automate/guid
Power Automate (WDL) function

guidPower Automate (WDL) function reference

Generate a new GUID.

Syntax

wdl
guid(['format'])

Examples

wdl
guid()
A unique id
wdl
guid()
e.g. "6f9619ff-8b86-d011-b42d-00c04fc964ff"

'N' produces the dash-free .NET Guid format.

wdl
guid('N')
e.g. "6f9619ff8b86d011b42d00c04fc964ff"

Common mistakes & gotchas

Related Workflow Definition Language functions

From Strings

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet