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. If your workspace offers more than one guided sample, you’ll first choose which one to load from a short list:

  • Retail Sales Analysis — retail and sales
  • Campaign Performance by Channel — marketing
  • Inventory Status Report — supply chain and operations
  • Budget vs Actual by Department — finance

Each is a small, realistic dataset built entirely from PlaidCloud’s low-code transform steps — no hand-written SQL — so you can open the finished workflow afterward and see exactly how it works. Pick one (or, if only one sample is available, PlaidCloud loads it directly), and PlaidCloud seeds the project and runs its workflow, showing you each stage as it goes — Importing a file, Cleaning it, branching into a couple of parallel summaries, then combining them into one final result table — before opening the result for you. Once the run finishes, PlaidCloud also publishes the result table to reporting and builds a dashboard from it automatically: a KPI summary, a trend over time, a breakdown by the sample’s main category, and — for the retail and inventory samples — a breakdown by US state. The first run takes about a minute while it warms your warehouse; every run after that is near-instant, and the screen tells you so, so the wait isn’t a surprise. You reach a real first result and a finished dashboard 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.

The sample project, its workflow, and each dashboard it builds are shared with the whole workspace the moment they’re created — a teammate with viewer access sees the same finished sample you do, with no separate sharing step required.

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. A Need help? link on these screens and on the welcome panel takes you straight to support if you get stuck. 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. And if a viewer lands in a workspace that has no visible content yet, a welcome greets them with a short how-to introduction, a guided tour of the app, and quick access to help — so there’s always a next step.

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.