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.
Related
Actions
ActionsClose Dialog ActionClose Active Overlay ActionCall Data Method ActionConfirm and Execute Critical ActionCreate List Item ActionExecute Multiple ActionsDelete List Item ActionExport List Items as CSV FileHighlight Legend on Current PageImport List Items from CSV FileNavigate to Page ActionOpen Page as Overlay ActionReset Buffered Changes ActionShow Simple Alert ActionShow Toast ActionShow Dialog ActionWrite Buffered Changes to PLCWrite Component PropertyWrite Data Variable ActionChange Language ActionHistory BackHistory ForwardToggle Linear Flow Collapsible