Introduction
In this module, you'll learn how to scale your workflows by processing arrays and adding conditional logic directly into your actions. Looping lets you handle multiple items (like alerts, users, or files) without building separate branches for each one. Tags let you embed if-then logic and loops right inside text fields, so you can create dynamic messages and payloads without extra actions. Together, these techniques help you build cleaner, more efficient stories that adapt to the data they receive.
Learning objectives
By the end of this module, you'll be able to:
Configure looping in Event Transform actions and groups to process array items automatically.
Use the
LOOPobject to reference the current item, its position, and key during each iteration.Use tags to embed conditional logic and loops directly within text fields for dynamic content.