-
I would like to run actions on each entity in a group. Right now I do it manually via
but I would like to make it more future-proof by doing something like
Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
dlashua
Nov 5, 2021
Replies: 1 comment 4 replies
-
The group will have an attribute called "entity_id" that is a List of all the entities in the group. You can use that.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
wsw70
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The group will have an attribute called "entity_id" that is a List of all the entities in the group. You can use that.