Skip to main content

Guid Generator

The Guid Generator component in Robbot RPA allows you to create a random GUID, which is a unique identifier that is often used in various applications and systems.

Parameters

Result : This parameter represents the output of the component and returns the generated GUID as a string value. Type : String

Usage

To use the Guid Generator component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Guid Generator component into your sequence or workflow.

Configure the component by providing the necessary input:

No additional configuration is required for the Guid Generator component. Simply ensure that the Result parameter is connected to a variable or action that will capture the generated GUID. Continue building your sequence or workflow by adding other components or actions that rely on the generated GUID.

Execute your sequence or workflow to generate a random GUID.

By utilizing the Guid Generator component, you can easily generate unique identifiers within your Robbot RPA project, enabling you to track and manage data with a high level of precision and uniqueness.