I have a sharepoint 2010 approval workflow based on an info path form list
The form has about 20 checkboxes for different areas of for which a supervisor could request access for. A supervisor could check 1 checkbox, or all 20.
The checkbox on the actual form being filled out will have the title of access being requested such as but not the name of the approver. we dont want to show that on the form as to who the approver is.
Each checkbox corresponds to a different person, so if 5 checkboxes are selected, I need the workflow to automatically assign the tasks to 5 specific people based upon which checkbox is marked.
How can I dynamically assign the tasks to people based on which checkbox is selected?
I am using sharepoint 2013.
Thanks