WORKFLOWS
This article shows how to make a workflow, add steps to it, and publish it.
The example workflow starts when a deal moves to a new stage. It sends an email to the contact. It waits three days. Then it creates a task.
Make sure that you have the Administrator role or the FlyCRM Manager role. Other roles cannot open the Workflows page.
FlyCRM makes a draft with the name Untitled workflow and opens the builder.

Click the name box at the top of the builder. Type a name that tells you what the workflow does. For example: Follow up after demo.
If you choose a trigger that ends with "updated", you can also watch specific fields. The workflow then starts only when one of those fields changes. If you check no field, the workflow starts on any edit.

The new step goes into the position of the + that you clicked. The steps below it stay in place.

Apply puts your changes on the canvas. It does not save them to the server. Cancel discards the changes for that step.
A step with an amber border needs more information. Complete the step before you publish.

Click Save. The top bar shows Unsaved changes while your work is not saved.
This workflow is ready to publish.The status badge changes to Live. New records that match the trigger now enroll automatically.

If the workflow is not complete, the dialog lists the problems. The Publish button stays off until you correct them. These are the usual messages:
Choose a trigger before publishing.Add at least one step.Step 2 (Create task) needs Task title.Step 4 (Wait) needs a value above zero.Step 5 (If / else) needs at least one condition.The step below moves up into the free position.
CAUTION: If you delete an If / else step, FlyCRM also deletes the full No branch. There is no confirmation and there is no undo. Save your work before you delete a branching step.