Hello I am having a bit of a niche issue.
I have a Registration Form, you can register 6 children for school on the form. In a situation where a reviewer wants to approve each child individually instead of as a family, a workflow splits the Registration Form by calling a "Child Correction Form" up to 6 times with each individual child's information as what populates the Correction Form on each Business Process Invocation.
I finished the main functionality of this but noticed that for parts of the form that had the "Checkbox" field in forms, workflow would not properly populate the Correction Form. The Correction Form would only ever have 1 checkbox filled in, instead of however many the Registrant filled in.
(See Example below)
In workflow you can access the boolean value of each individual checkbox of a checkbox field, but you cannot access the fields themself on the Business Process you are invoking. Therefore I cannot individually populate the boxes of a checkbox field through workflow.
Example:
I have access to every checkbox option for the child1_contact1_options variable.
%(GrabChild1Values_child1_contact1_options)
%(GrabChild1Values_child1_contact1_options_Receives_Mail_Is Set)
%(GrabChild1Values_child1_contact1_options_Can_Pickup_Child_Is Set)
%(GrabChild1Values_child1_contact1_options_Parent_Portal_Access_Is Set)
%(GrabChild1Values_child1_contact1_options_Restricted_View_Is Set)
On the correction form I only have access to
correction_contact1_options