2.1 ▶️ Let’s Run Your First Workflow
Now comes the exciting part—running your very first workflow!
Last updated
Was this helpful?
Now comes the exciting part—running your very first workflow!
Head over to the Workflow page. Here, you’ll see options like Tools and Systems—these are building blocks for your workflow.
For now, let’s keep it simple:
Choose Console under Tools
💡 What is Console? Think of it as a place where you can print or log messages—just like a “Hello World” when learning programming.

Now, let’s make sure you can actually see the output.
Click Settings (top right)
Turn ON the Console Log toggle
⚠️ Common Situation (One-Time Setup Step): You might see a message saying Console Logs are disabled for the project.

👉 Here’s how to fix it:
Go to Project Settings (left menu)
Under General Settings, enable Console Logs by choosing Yes
Click Save

Now come back to the Workflow Page by choosing Workflows from the left navigation menu and Edit your Workflow. Turn ON the Console Log toggle again in Settings.

Now let’s check the result. Click View Console.
👉 The button is visible for 10 seconds. Don’t see it now? Click Logs. There, you’ll find the View Console button. Click on it.

You have the ability to download the log as well.
✅ What you should see: Your message: “My First Workflow” printed in the console.
Last updated
Was this helpful?
Was this helpful?