Widgets
Add dynamic and structured content to your automations using widgets.
Menu
Access the widget menu by typing /
when editing a playground or process automation. A dropdown will appear, allowing you to select from the available widgets.
Some widgets are not available in all agents by default. Please reach out to our support team for access and assistance.

Available Widgets
1. Markdown
Insert Markdown content into your automation, including headings, bold/italic text, lists, etc.

2. Link
Add a link into your automation to embed references.

3. Column Formula
Add a column formula, used to dynamically populate and transform data in a table. When using this widget, provide a Description that explains what the formula does and enter the formula expression in the Value field.

4. Selection Formula
A widget for filtering data based on certain conditions. When using this widget, provide a Description that explains what the formula does and enter the formula expression in the Value field.

5. Process
Embed another process into your automation. This enables you to call other processes. Select the process to call from the process dropdown menu.

6. Transform Table
Apply a transformation to an existing table. This is useful when preparing data before applying further logic or formulas.

7. Browser Automation
This widget enables you to describe a browser automation task for a web-based agent to execute, such as navigating websites, filling forms, clicking buttons, and extracting data.
When using this widget, provide a Task Name and Instructions in plain English. Optionally, you can specify an Output Format.
Example tasks:
"Search for the current weather in Philadelphia and extract the temperature"
"Go to Amazon.com, search for 'laptop', and get the names and prices of the first 5 products"
"Navigate to a specific website and fill out a contact form"

Last updated
Was this helpful?