Quickstart
This walkthrough takes you from a new workspace to a working data transformation in roughly 10 minutes.
What You’ll Build
Section titled “What You’ll Build”A small workflow that:
- Imports a CSV into a project table
- Filters and transforms the data with a couple of steps
- Publishes the result so other tools can consume it
Start With the Sample Project
Section titled “Start With the Sample Project”If you’d rather see a finished result before you build one, take the shortcut. On a brand-new workspace, a Load sample button appears. Click it, and PlaidCloud seeds a ready-made Retail Sales Analysis project, runs its workflow — importing a retail sales file, cleaning it, and summarizing revenue by region — and opens the result for you. You reach a real first result in a few minutes without building anything, and every piece it created is yours to open, change, and rerun. If loading or running the sample hits a problem, PlaidCloud tells you and offers to try again.
Every empty screen also guides you toward the next step rather than leaving you at a blank grid. Projects, Workflows, Tables, Connections, and Dashboards each greet you with a short explanation and a primary action — New Project, New Workflow, Import Table Bundle, and so on — so there’s always an obvious way forward. If you’ve been added to a workspace as a viewer, these screens explain what you’re looking at without offering actions you can’t take.
This guided first run appears in every new workspace, on every plan. If you already know your way around, choose Dismiss on the welcome panel — a quick confirmation reminds you the guidance is still available — and it steps out of the way. To bring it back at any time, open the user menu in the upper-right corner and choose Restart Onboarding.
The rest of this quickstart builds the same kind of workflow by hand, so you can see each moving part.
1. Open a Project
Section titled “1. Open a Project”After signing in, you’ll land in your workspace. Open the Projects tab and create a new project — give it a descriptive name like “Quickstart”. A project is where your data, workflows, and dimensions live together.
See Managing projects for more on the project lifecycle.
2. Import a CSV
Section titled “2. Import a CSV”Inside the project, open the Workflows tab and create a new workflow. Add an Import → CSV step. Either upload a small CSV from your local machine or point at a CSV in a connected document store.
Run that step. The CSV lands as a table in your project. Open the Tables tab to see it.
Reference: Import CSV step · Guide: Where are workflows?
3. Add a Transform Step
Section titled “3. Add a Transform Step”Back in the workflow, add a Tables → Table Lookup step (or any of the table steps). Configure source and target, choose which columns to keep, and apply a simple filter.
When you run the step, the output is a new table you can preview.
Reference: Workflow steps
4. Publish the Result
Section titled “4. Publish the Result”Add a final Publish step (under Data → Publish) so the table becomes available to dashboards, BI tools, or external consumers.
Guide: Publishing data
5. Run the Whole Workflow
Section titled “5. Run the Whole Workflow”Click Run on the workflow. Watch the log as each step executes. If anything errors, the Managing step errors guide covers debugging.
Where to Go Next
Section titled “Where to Go Next”- Understand the model — Concepts explains what a workspace, project, workflow, table, and dimension actually are.
- Build something real — Tutorials walk through end-to-end scenarios (loading and transforming data, building an allocation, publishing a dashboard).
- Browse by task — Guides covers specific things you might want to do.
- Look something up — Reference has every workflow step, expression, and connector.