Skip to content

Quickstart

This walkthrough takes you from a new workspace to a working data transformation in roughly 10 minutes.

A small workflow that:

  1. Imports a CSV into a project table
  2. Filters and transforms the data with a couple of steps
  3. Publishes the result so other tools can consume it

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.

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.

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?

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

Add a final Publish step (under Data → Publish) so the table becomes available to dashboards, BI tools, or external consumers.

Guide: Publishing data

Click Run on the workflow. Watch the log as each step executes. If anything errors, the Managing step errors guide covers debugging.

  • Understand the modelConcepts explains what a workspace, project, workflow, table, and dimension actually are.
  • Build something realTutorials walk through end-to-end scenarios (loading and transforming data, building an allocation, publishing a dashboard).
  • Browse by taskGuides covers specific things you might want to do.
  • Look something upReference has every workflow step, expression, and connector.