Hiya!
I’m building a module where users save recurring events. They will select multiple days of the week, which then sets the state of those buttons to pressed. I’d like to save which recurring dates have been selected as a thing in my database.
I’ve tried to set the parent group’s custom state as a list of text, but it doesn’t look like there’s a workflow action that can append or remove to a state list, rather, I can only set the state with a single value.
Is there a more simple way to do this that I’m not seeing?