Create a workflow
This page gets you a working workflow. The later articles go deeper into each part.
- A walkthrough video, then why the table comes from the trigger
- Three workflows worth building first
- The ten steps, and what a finished workflow reads like
- Five things that catch people out, including a delete with no undo
01 · Video
Feature walkthrough
02 · Why
Why is it laid out this way?
Merchaint does not ask you to pick a table when you create a workflow, which surprises people. That is because the table comes from the trigger — "when a record changes in this table" — and some triggers are not about a table at all, like a schedule.
So the order is always: create it, then choose what starts it, and the table comes with that choice.
03 · Use cases
So they show up in your exceptions list. Trigger on record created or updated, check the field, flag it.
Trigger on record created, check the total, ask a manager.
Trigger on a schedule, then pull from your ERP.
04 · How
Build one
- Open
Workflowsfrom the left-hand menu. - Press
New Workflow. - Give it a name. Make it a sentence you would recognise in a list six months from now — "Flag invoices with no PO" beats "Workflow 4".
- Add a description if you like, and leave Status as Draft.
- Press
Continue. You land in the builder. - Click the
WHENbox that says Choose a trigger. - Pick a category, then a trigger. See Choose a trigger.
- Choose the Table the trigger watches.
- Press
ADD FIRST STEPand choose what it should do. See The actions you can add. - Fill in that step's settings.
There is no Save button. The builder saves as you type — the header shows Saved, then Saved · 10s counting up since the last save.
05 · Expected result
Your workflow reads top to bottom like a sentence:
- 1WHEN — Record Created or Updated
Watching
Help Docs Invoices. This is the trigger, and it brought the table with it. - 2THEN — Flag
Step
01. Writes the flagNo PO referenceonto the record. - 3END OF WORKFLOW
Nothing follows, so the run finishes here.
It is still Draft, so it is not doing anything yet. Turn a workflow on covers switching it on.
06 · Troubleshooting and notes
There is no ADD STEP button
You have not chosen a trigger yet. Nothing else appears until you have.
I cannot find where to pick the table
It is inside the trigger, not on the create screen.
I want to rename it
Click the name at the top of the builder and type. It saves itself.
Deleting a step does not ask
Open the step and press the bin icon. It goes immediately, and the autosave keeps that. There is no undo, so be sure.
Pressing Escape does not close the menus
The row menu and the status dropdown ignore Escape. Click elsewhere on the page to close them.
07 · FAQ
Common questions
Draft means it has never been switched on. Active means it is running. Inactive means it was running and you switched it off. See Turn a workflow on.
Yes. On the list, press the ⋮ menu on a row and choose Duplicate. The copy arrives as Draft so it cannot surprise you.
No. Delete asks "are you sure" and warns it cannot be undone. That is your only chance.
There is not one in the builder. If you are making a big change to a workflow that is live, duplicate it first.