Adding a List to a Workflow

You can select a list from the Expressions Shortcuts or add a list to a Workflow with the list ID (located on the Lists page) and the following rule expression:

has(event.lists) && ("76b74749-1cb3-4a1d-b14a-6cf1141b3273" in event.lists)

The signal event.lists is an array of list IDs that should be evaluated for this Workflow. Lists that you create are also available when adding rules to Workflows. When added to a Workflow, the Workflow evaluation will determine if any of the identifiers in the list are present and then apply the rule outcome. For example:

Adding a List to a Rule

Adding a List to a Workflow

📘

Updating Lists

If a list is updated, the changes are evaluated the next time the Workflow runs.