Have the workflow setup to add a Current Cell to the custom state using plus or removing a Custom Cell from the Current state, when a Sub-Category is selected or unselected.
But when I select more than one item, only the first item is selected. And if I unselect the first item and still have the second item displayed, the second item gets displayed.
In your Search for Items you are only comparing the first item of the sub-category list. When you add more items you are still only looking at the first item. You need to ask if the Sub-Category is part of the list. Try changing expression to Sub-Category ‘contains’ test’s Sub-Category List.
I tried what you suggested (Sub-Category contains test’s Sub-Category List - but contains isnt in the dropdown after you enter Sub-Category. I was able to get it to work by Sub-Category is in test4’s Sub-Category List. Thanks - you put me on the right track!
Is there a way to see all of the contents of a custom state after a workflow has completed?
You could display the data (state’s list) in a repeating group as the last step in your workflow. You can also find the state of an element in the debugger/inspect.