I want to create tags users can choose, but they cant un-select them

I want users to choose interests, but they cant unselect them (so it turns purple when clicking, but stays purple when clicking again to unselect). To get an idea what i wanna create, you can see picture 1. On pic 2 you can see my current workflow. Appreaciate your help.

What’s your step 2 in your workflow?

@cancakiro94 you need to split the workflows: one for addition and for removal.

Why user can’t deselect when tag is selected?

Well, in step 1 you’re removing it based on its existence in repeating group. In step 2 you are adding it back (because step 2’s condition becomes true as Step 1 removed the tag already)

Instead of having conditions on action-level, put them on workflow-level. So, total 2 conditional workflows: one will add and the other will remove

1 Like