I have a repeating group to display a features group. That is working, but I want to add the ability to click the icon to add/remove the item.
I have 2 workflows that will add and remove the feature from the list, but each workflow validates as true at the time it is running so it will add features, but if the feature is there, it runs the remove workflow so then the add workflow runs as well and adds it back in.
I can’t bind to the list of features in the datatype as I’m displaying all features and binding is not an option.
I can’t see how to branch in a single workflow to complete 2 different actions or skip an action etc.
Any advice?
