Widgets

Add dynamic and structured content to your automations using widgets.

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.

Available Widgets

1. Markdown

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

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.

Select Choose an Existing Task or configure a new task by providing the following details:

Task Name

A short, descriptive name for the task (e.g., Check Website for Updates).

Task Instructions

Describe what you want the browser to do in plain English (e.g., Go to example.com, log in, and check for new messages).

Output Format (Optional)

Define how you want the results formatted. It is recommended to use key-value pairs for clarity (e.g., {"key": "value"}). If specified, the agent will format the result accordingly.

Credentials (Optional)

If your task requires access to a secure website or account, provide the necessary credentials (e.g., username and password). You can select from existing connections in your agent or add a new connection.

Check out the Browser Use book for additional details on browser automation and task configuration.

Last updated

Was this helpful?