Generate GUID

Usage

This action is used to generate a globally unique identifier with a specific format.

Fields

1.Format - The format for the generated GUID:

With Hyphens: Generates the GUID with hyphens (e.g., 123e4567-e89b-12d3-a456)

With Hyphens Enclosed in Braces: Generates the GUID with hyphens enclosed in braces (e.g., {123e4567-e89b-12d3-a456})

Without Hyphens: Generates the GUID without hyphens (e.g., 123e4567e89b12d3a456)

With Hyphens Enclosed in Parentheses: Generates the GUID with hyphens enclosed in parentheses (e.g., (123e4567-e89b-12d3-a456))

Demonstration on how to use it in a flow

1.Drag and drop Generate GUID action into the flow.

2.The Name section is pre-filled by the action name but you can configure this section according to your preference.

3.Click the gear icon to open its settings.

4.Specify the desired format.