Hi!
I’m trying to filter a webhook broadcast by user attributes collected on other flow.
I’ve tried:
On Flow A, to set an attribute to the user:
Set Attribute Action
Response Path = general
Attribute Name = category
Value = 123
On Flow B I can GetAttribute using ResponsePath general and name category, so it sends a message with the right value.
Now, on Flow C, a Broadcast one, I cannot filter it execution(trigger) by this attribute.
I tried {{general.attributes__category}}, {{general.category}}, {{general.attributes__category.value}}, but not working.
On Flow C If I GetAttribute using ResponsePath general and name category, so it sends a message with the right value to each user on broadcast.
How can I use this attribute on flow trigger?