I've got a Workflow which is invoking a Business Process and loading a collection with data, however one of the items in the collection is a checkbox.
In the Workflow the variable is correct:
semester:
Summer
Fall, Spring
Fall, Spring
Spring
Spring, Summer
But when the Business Process is invoked the variable value is incorrect:
Applications/Semester:
Summer
Fall
Fall
Spring
Spring
It seems that only the first value is getting moved to the Invoked process.
Any ideas as to how to correctly load a checkbox with multiple selected values when invoking a business process?