I have a form which basically sends an email. I have two instance of the Contact Selector control simulating the "To" and "CC" fields as you would have in a regular email. The Contact Selector allows the user (by default) to choose more than one recipient. However, my issue come in that regardless of what method I try, I cannot capture anything beyond the first user in my SharePoint Designer workflow.
I ran some tests and it looks like the problem originates in InfoPath. It only wants to promote the first value from the Contact Selector. I have tried to put the Contact Selector in a repeating group, push the values to a textbox that would promote the string, used a dynamic variable in the workflow to capture the string, but nothing has worked. It seems to me that while the Contact Selector lets me pick more than one user, it ignores the second which allows my workflow, property promotion, etc. to complete successfully but only because they don't "know" that the second user was chosen.
Is there a way, code or non-code based to capture that second user and use it to populate the "To" and "CC" fields that the workflow kicks off?
Thanks!