On my platform, every new customer receives a "New" tag/label. However, I'm creating a small flowchart where a conditional check is made to separate two flows: customers with the tag/label go to X, and those without the tag/label go to Y.
How can I achieve this? I couldn't find anything regarding a condition to check the existence of a tag/label or not. Could you help me?