Adding team members
Navigate to the Team page and click + Add teammate.
Adding a new user does not automatically give them access to all flows on your account — only flows in shared Team folders. To grant access to a specific flow, use the sharing modal within that flow.
Removing team members and offboarding
When someone leaves your organization, removing them from the Team page is only half the job. Any flows that rely on their integration credentials will break as soon as their account is gone.Before you remove the user
- Identify who will take over their flows — confirm the new owner exists in Parabola and has access to the external systems those flows connect to
- Find flows with authenticated steps — look for any flows that use credentials belonging to the departing user (Google Drive, Shopify, etc.). These need to be transferred before you remove the account
Transferring authenticated steps
Click Edit Accounts, find the credential (the 🔒 icon indicates a private account), and click Sharing settings.
Removing the user
Navigate to the Team page and find the member you want to remove.
When you remove a user, their owned flows transfer to the admin who removed them by default. To ensure ownership goes to a specific person, complete the transfer through the Remove User flow (step 3 above) rather than just deleting the account. Transferring ownership doesn’t change anyone else’s existing view or edit permissions on those flows.
Pre-offboarding checklist
- Confirm new flow owner exists in Parabola and has access to relevant external systems
- Share and re-authenticate all integration credentials used in affected flows
- Remove user via Team page and assign new owner
- Run and verify all affected flows
- Remove the offboarded user from your identity provider (if using SSO)
My flows vs. Team flows
| Space | What’s in it | Default visibility |
|---|---|---|
| My flows | Flows you created but haven’t shared broadly, plus flows others shared with you directly | Private |
| Team flows | Flows accessible to your entire organization | Visible to everyone |
When a flow is moved to Team flows, your entire organization automatically receives viewer access. You can update specific individuals to editor access at any time after that.
Using folders
Team flows can be organized into folders. Anyone on your team can create a folder, and all folders are visible to the entire team.Creating a folder
Click New Folder on the Team flows page, enter a name, and save. You or your teammates can update the name at any time from the folder’s overflow menu.Organizing with sub-folders
You can create sub-folders up to three levels deep. For example:Operations → Vendor Management → Weekly ReportsAccess your complete folder structure from the left sidebar or from within the Team flows page.
Deleting a folder
A folder can only be deleted by the folder creator (and only if they have editor access to all flows within it). To delete, navigate to the parent folder and select Delete from the overflow menu.Moving flows
Flows can be moved between My flows and Team flows at any time. Select Move from the flow’s overflow menu and choose the destination.Only flow editors can move flows.
- Moving into Team flows — automatically gives your entire organization viewer access
- Moving out of Team flows — removes organization-wide access; users with direct sharing permissions retain their individual access
Managing changes to production flows
Once a flow has been published and is running in production, there are two ways to update it:- Edit the live flow directly — fine for small changes like renaming a column or adjusting a filter
- Create a draft — recommended for any larger change that could affect how the flow runs
Keeping your flows healthy
Automated flows fail sometimes — a credential expires, a source API changes, or a file arrives in an unexpected format. The goal is to make sure those failures get caught quickly, not three weeks later when someone notices the data is stale.Failure notifications
By default, anyone with edit permissions on a flow receives an email when it fails or pauses. Users can configure their notification preferences per flow:- Email only on failure or pause (default)
- Email on every run
- Never email
Auto-pause after consecutive failures
By default, scheduled flows automatically pause after 10 consecutive failures. This prevents a broken flow from silently running (and consuming credits) in a failed state indefinitely. If a scheduled flow has paused, check the flow’s Schedules/Triggers panel to see its status and resume it once the underlying issue is fixed. You can configure this behavior in flow settings — but in most cases, leaving auto-pause enabled is the right call.Building challenge
Take a few minutes to audit the health of your team’s most important flows.
- Which flows are running on a schedule or triggered automatically?
- Do the right people have edit access on those flows so they’ll receive failure notifications?
- Are there any flows that have paused due to consecutive failures?