View All Docs
Product overview
Account overview
Integrations
Transforms
Security
Hide Navigation
Integrations
Transforms
Security
Product Overview  

Updating & running your Flow

This article covers what you need to know about updating and running your Flow.

Updating your Flow

In Parabola, it's easy to edit the draft version of your Flow without interrupting the active version (the version that can run) until you're done editing.

Once you build a new Flow, you'll see a button to "Run Flow" in the top right corner of the Flow navigation bar. This will simultaneously publish the Flow, and run the Flow for the first time.

Once a Flow is run for the first time, you will able to access a page showing the published version of your Flow: this is the version that runs whenever you click "Run Flow," or when a Flow runs according to a scheduled trigger. To see the published version of the Flow, click the “Preview” button in the panel under the Flow name.

The published Flow page is also where you go to set scheduling rules, view the run history for a Flow, see data sent to the destinations in your Flow, and view table output generated by that Flow.

Once on the published Flow page, you can edit this Flow by clicking the "Edit draft" button on the top left of the Flow preview panel. You will be presented with a dropdown menu to either “Continue existing draft” or “Replace with a new draft” which will discard your existing draft and replace it with the published version of the Flow.

While editing your Flow, you can click the "Publish Flow" button (top right) to publish your edits. Your edits will not be used in any Flow run until you (or a collaborator) click the “Publish Flow” button.

Running your Flow

There are four different ways you can run your Flow:

  1. Manually
  2. On a schedule
  3. Triggered with a webhook
  4. Triggered with an email attachment

This Parabola University video shows some of the options for configuring triggered flows, and you can see below for more instructions.

Manually

You can manually run a Flow by either clicking "Run Flow" in the top right of your canvas (when running the Flow for the first time), or clicking the "Run Flow" button in the Flow dashboard.

On a schedule

You can schedule a Flow to run automatically by going to the published Flow page and adding a scheduling rule. You can set your Flow to run on a certain day of the month, once per day, every hour, every 30 minutes, or every 10 minutes (depending on your Parabola plan). You can also specify which days of the week your Flow should run and specify run times and the time zone we should use.

The scheduling rules you set can be viewed by clicking "Add schedules/ triggers" beneath the Flow’s name on the published Flow page or by clicking the lightning bolt in the upper right corner to open the Schedules / Triggers panel. If you ever need to edit an existing schedule, click on the pencil icon next to the schedule in the panel. You can edit the scheduling rule, or delete it altogether by clicking "Remove this trigger."

You can also pause and resume your schedule at any time by clicking on the "Pause existing Flow schedules" and "Resume Flow schedules" buttons in the Schedules / Triggers panel.

Triggered with a webhook

Users on Team and Advanced plans can trigger a Flow with a webhook. To configure this, go to your Flow dashboard. Under the "Schedules / Triggers" panel, select "Add a webhook trigger." A pop-up window appears with a webhook URL you can copy and paste, as seen under the button "Regenerate Webhook Url".

https://assets-global.website-files.com/5d9bdcad630fbe7a7468a9d8/61394a4c461e7f14c3fd286b_flow--webhooks-config.png

Once you highlight and copy the webhook URL, a graph will appear below. You can refer to this graph to see successful and failed webhook invocations in the last 7 days. To learn more about using webhooks on Parabola, head here.

Triggered with an email attachment

You can trigger a Flow to run from an email attachment by clicking "Add an inbound email trigger" link in the "Schedules / Triggers" panel.

A window will pop up with instructions to follow. This is where you can find and regenerate the email address you should use to send email attachments to. Once we receive your CSV or XLS file to that designated email address, we will run your Flow automatically.

Managing triggered Flow runs

Flows with email or webhook triggers can accumulate a “queue” of pending runs (with a maximum of 1,000). The Run History panel shows how many runs are pending, and you can manage the queue by:

  1. Pausing the addition of new runs to the queue
  2. Pausing the execution of runs already in the queue
  3. Clearing all pending runs in the queue

Post Flow run information

Flow history

You can view your Flow’s run history by either clicking the "Last run" information listed under the Flow’s name on the published Flow page or by clicking the Flow history icon in the upper right corner of the page. This will open the "Run History" panel which will show you successful and failed Flow runs, as well as the information around those runs.

Parabola tables

Any Parabola tables that were created with the Flow will appear on the published Flow page. You can read more about Parabola tables here.