I am trying to do the following;
- Page has custom state “Date list” which is a list of dates.
- Repeating group with list of Dates on the same page.
- When a date is clicked, the value of the text is added to the Date List (with a condition in the workflow for it to be added only when it’s not already there)
Now when I click on the same date again, I want to remove the date from Date List custom state.
However where do I add this action? Because whatever I’ve tried just undoes the action from #3.
Thanks!