Built-In Workflow Notes

Documentation for Events & Actions (In App)

Every workflow event has a description of what happens in the app when certain elements are clicked, conditions are true, or every X seconds. This way, if you are unsure of what exactly each action is doing - you can look at the 'Notes' of the workflow, find the number of the action, and read 1-2 sentences about its purpose.

Here is an example GIF of how to access a workflow event's Notes section:

Workflow Folders

All workflows are grouped into folders. They also have a letter assigned to them, so that it is easier to put folders that contain similar actions, next to each other. (Bubble sorts folders alphabetically.)

Workflow Color Codes

It is not mandatory that you follow the 'color code' system in place, but it may be helpful. Here is a summary of what the colors mean:

Color

Description

Blue - Client Side Actions "Client-side" actions happening on the page that don't use up your app's capacity. These include most of the "Element Actions" actions.

Green - New/Modify Data Actions Actions that create new Things or modify Things (table entries in the database).

Purple - Custom States Actions Actions that utilize custom state values or sets the value of custom states.

Red - Delete Thing/Remove Thing from List Actions Actions that delete Things or remove Things from a field's List of Things. Or, actions that reset groups and inputs' values.

Orange - Navigation Actions Actions that navigate the User to other pages within the application. Or, "Do When Condition is True" events which utilize page parameters.

Cyan - Custom Events Actions Custom Events.

Brown - Email Actions Actions that send emails.

Gray - Unassigned Actions No workflows are grey within the template. It may make things easier if all of the workflows you add to the app are kept as Gray from the beginning, so it's easier to differentiate between the original template's workflows and your added workflows.

Last updated