Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

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 KeyExample InputDescription
ShowtrueWhether to show (true) or hide (false) the loader.
Color
Optional
#5b8defHex color for the loader bar.

Example flow ​

  1. Show the loader with color #5b8def.
  2. Call an API or run a long sequence of actions.
  3. 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.