Skip to main content

Intro

The Workflow Start Form Brick allows you to quickly start a workflow from a Domo Brick by gathering and passing customizable input values. Learn more in the Domo Bricks | Overview.

Access the Workflow Start Form Brick

  1. In the navigation header, select Appstore to open the Domo Appstore.
  2. Use the search bar to locate the Workflow Start Form Brick and open its Details page.
  3. Select Get.
    workflow start form brick.jpg
  4. Save the brick to an existing dashboard or create a new one and select Save.
    Screenshot 2024-01-18 at 6.31.02 PM.png
  5. Go to the dashboard to begin developing your brick. Learn how to get started with Domo Bricks in our developer portal.

Use the Workflow Start Form Brick

Important: Before you can successfully use the brick, you must have an existing workflow.

Input Controls

There are five available sample input controls in the Workflow Start Form Brick:
  • Text
  • Number
  • Dropdown selector
  • Single-select radio button
  • Checkbox
Each of these can be configured and values passed through to the configured workflow.
Screenshot 2024-01-18 at 6.44.57 PM.png

Configuration

To configure your brick, hover over the card to display the Card options. Select Card options > Edit Card to display the brick settings. Here you can view the code editor for JavaScript, HTML, and CSS.
Screenshot 2024-01-18 at 6.55.11 PM.png
Use the Select Workflow option to search for the workflow you want to connect to your brick.
select workflow.jpg
Locate your workflow and select Choose Workflow.
choose workflow.jpg

Edit Brick

In the brick editor, follow the instructions in the JavaScript, HTML, and CSS tabs to configure the parameters of your workflow.
Screenshot 2024-01-18 at 7.07.30 PM.png
Select Run to run the code in the app preview before saving and closing.
run code.jpg
If the code runs correctly, select Save & Finish.
save and finish.jpg