Appearance
Page loader ​
Use this action to show or hide the page loader from a workflow. It’s useful when performing navigation or long‑running operations such as calling APIs or uploading files.
Configuration ​
| Display Key | Example Input | Description |
|---|---|---|
| Show | true | Whether to show (true) or hide (false) the loader. |
| Color Optional | #5b8def | Hex color for the loader bar. |
Example flow ​
- Show the loader with color
#5b8def. - Call an API or run a long sequence of actions.
- Hide the loader.
HIDING LOADER
Always ensure you have another action to hide the loader after the event you are showing the loader for the duration of.

