Alee_H
1
Hi there,
I would like to set up some flows based on users’ presences. Here are a couple of situations that I am interested in:
- All users except a specific user
- All guests
- Family members except guests
- and …
Can you help me to trigger a flow based on any of these conditions?
Rmb
2
I have not seen any WHEN or AND cards with user groups like “guests” or “family”.
So it is not possible. You have to enumerate all users like:
WHEN any user comes home
And username == xxxxx OR username==yyyyy
THEN switch on television
3 Likes