About

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

<aside> <img src="/icons/hand_gray.svg" alt="/icons/hand_gray.svg" width="40px" /> Note: Handle this action with care! If you are using it to execute complex business logic, ask yourself whether that logic should live within your PLC instead.

</aside>

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 saving some state to our PLC using the Write Data Variable (Action).

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

screenshot-2023-06-23.Google Chrome.001521@2x.png

Related Actions

Close Active Overlay (Action)