Reduce flow runtime
If a flow runs longer than you'd like, the cause is usually one of four things: too much data, redundant work, sequential steps that could parallelize, or a slow upstream connection. Walk through them in this order — fixes higher in the list have larger impact and are easier to apply.
Share a dashboard
Three ways to share a dashboard with someone, depending on who they are and how often they need it.
Restore a deleted dashboard
Dashboards are soft-deleted by default — the underlying record stays in the database with deleted_at set, and is hard-deleted by a janitor job 30 days later. This means there's a window to recover.
Migrate a dashboard between projects
Use the export/import flow when:
Bulk import users from CSV
Use this when onboarding a new tenant with 50+ users, or migrating from a spreadsheet-based access list.