Allow users to associate a tag or group directly with a specific link or button click inside an email, without needing to build a separate If/Else condition. Examples of use cases: A “Confirm your email” button could automatically add a tag or group when clicked, instead of requiring a separate condition step. An email offering two choices (e.g., skill level: Beginner vs. Intermediate, or program preference: PSP vs. Affinity) could assign the corresponding tag directly from the clicked link — without duplicating multiple If/Else branches. Why it matters: Currently, every link-based action requires an additional If/Else condition, which makes automations longer and harder to maintain. Direct tag/group assignment from clicks would make flows faster to set up and much cleaner. Benefit to all users: Simpler automations, easier list segmentation, and more intuitive user journeys — all with fewer steps.