For the complete documentation index, see llms.txt. This page is also available as Markdown.

2.2📌 Let's Meet Workflow Variables

Variable is a temporary data holder used to store, reuse, and manipulate values during workflow execution. Let’s see it in action using an example.

1

Initialize Variable

Create a new batch workflow. Initialize variable called name which is a string and give your name as value by clicking on the Initialize Variable button as shown below

2

Configure Console

Add Console Tool. In the message field, type Hello, followed by a space. Then click the Plus icon before Variables in the Data Hub and select name to insert the variable value.

3

View Console

In settings, turn on the console logs for the workflow. Run the workflow by clicking on Sync Now Button. Check logs from Logs -> View Console.

Last updated

Was this helpful?