{{ (expand(states.person) | selectattr(‘attributes.user_id’, ‘eq’, context.user_id) | map(attribute=‘state’)|first) == 'home' }}
1 Like
{{ (expand(states.person) | selectattr(‘attributes.user_id’, ‘eq’, context.user_id) | map(attribute=‘state’)|first) == 'home' }}