I personally wouldn’t go down the route of custom states for this one. First, as @alex.p mentioned, if you have a multi-line input for task and a single state selection for responsible this won’t work as it’s mixed data grain. Hard to tell this from your screenshot.
But if it’s only allowing a single task your grains are good. So what you next probably should do is in your workflow create three separate DB inserts/updates: one for inserting the task to Marketing, one for inserting it to Sales, and one for inserting it to Marketing and Sales. Then add conditional “Only when” expressions to fire the respective DB action only when that radio button/checkbox is selected by the user.
1 Like