# How To Add A Trigger To Your Automation Flow

Digably • Jul 22, 2023 10 steps • 2 minutes read

{% embed url="<https://youtu.be/9B6nTu7mrPQ>" %}

This guide will show you how to add a trigger to your automation flow using Digably. Let's get started.

***

#### 1. Click "Automations"

In your Digably dashboard, navigate to the Automations section by clicking "Automations" in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R_mrUTD6pQd3SHWRHoQSuDBJ_doc.png?alt=media&#x26;token=5352de49-852f-4b30-9383-a2a5bda083d4" alt=""><figcaption></figcaption></figure>

#### 2. Click "Create Flow"

Create a new automation flow by clicking on the "Create Flow" button in the top right of your screen. This will open the visual automation builder. Alternatively, if you already have a flow, you may select it from the list on the page.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R%2FaJUeBfqfXmB5ncYrAxc25M_doc.png?alt=media&#x26;token=0a284ca2-862e-4633-b8ee-f761099c2e01" alt=""><figcaption></figcaption></figure>

#### 3. Click "Add new workflow trigger"

Click the "Add new workflow trigger" element at the top of the builder. This will open its settings panel on the right side of your screen. This step is how you configure the particular actions (such as a form submission or product purchase) that will cause this automation flow to start.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R%2F8Esy7EzZUdAH84xfJa6DxN_doc.png?alt=media&#x26;token=7a29ea26-6e9a-4022-8ac7-80fbdf1db3b8" alt=""><figcaption></figcaption></figure>

#### 4. Open the "Workflow Trigger Type" dropdown menu

While you may choose to, it's not necessary that you assign a name to the workflow trigger. Digably will do this automatically. However, it is important that you choose your workflow trigger type. To do this, click the dropdown arrow in the box labeled "Workflow Trigger Type".

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R_vNBmT1BTvP4nRkUwjdAJgz_doc.png?alt=media&#x26;token=117683a0-9421-4db7-8e0d-30a3f55eee19" alt=""><figcaption></figcaption></figure>

#### 5. Click "Form Submission"

Then, select "Form Submission". Keep in mind, that we are using "Form Submission" as the Workflow Trigger Type in this example, but you can also trigger this automation with a product purchase, or virtually any other action that takes place inside of Digably.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R_2zYRAmTbxy3ABa4K1YFMgv_doc.png?alt=media&#x26;token=20d91ece-e8fa-4065-bbbe-7ba92700fab4" alt=""><figcaption></figcaption></figure>

#### 6. Open the "Forms" dropdown menu

Click the dropdown arrow beside the box labeled "Forms" to select the form you wish to use for your trigger.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R_g7KMUJRsh3F71inBs6txdu_doc.png?alt=media&#x26;token=3f2239f9-9fbb-40ea-8cd9-827bcddae244" alt=""><figcaption></figcaption></figure>

#### 7. Select "Membership Signup Form"

Choose a form. In this example, we'll choose "Membership Signup Form". If you choose to use a product purchase or something else as your trigger for this automation, you would need to choose the appropriate option here.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R%2F6DFsQpMUhxiuNT5wSaxmmr_doc.png?alt=media&#x26;token=7e6867c0-5ac7-4670-adf0-9df2b2382045" alt=""><figcaption></figcaption></figure>

#### 8. Click "Add Trigger"

Click the "Add Trigger" button to save your trigger settings.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FrJJc2XntWXCKrh3XDv3R6R_oqRARBvDHfkybqsmFtZotY_doc.png?alt=media&#x26;token=4d2b841a-620e-4766-bd02-74149ebf80e7" alt=""><figcaption></figcaption></figure>

This guide covered the steps to set up a trigger inside the automation flow builder. To learn more about building automations in Digably, refer to the ["Automations" section](/automations.md) in the Digably help docs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digably.io/automations/how-to-add-a-trigger-to-your-automation-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
