Skip to main content
Version: 24.1

Execute Multiple Actions

About

Use this action if you want HELIO to execute two or more actions either in parallel or in a specific order.

Handle with care!

If you are using it to execute complex business logic, ask yourself whether that logic should live within your PLC instead.


Example

In this example, the Click event triggers a sequence of two actions that are executed in order, one after the other.

First we’re writing state to our PLC using the Write Data Variable Action.

After triggering the first action, we close any currently open overlay using the Close Active Overlay Action.


Properties

Type

Control the sequence of action execution. Parallel executes all actions simultaneously, whereas In Order executes each action sequentially and will abort the entire chain if one action fails.