#cycle through list in automation for entity_id

1 messages · Page 1 of 1 (latest)

balmy surge
#

Is there a way to have a variable that has a list of entities then in the action perform that action on each entity in that list one at a time??

outer otter
#

You could use a repeat action. With repeat.index you can index the list entity.

last summit
#

The Repeat for Each action will take a list as the value for for_each. The list can be either static or derived from a template.