Hello,
I think this maybe more of a SharePoint question than an InfoPath, but here it goes...
I have been looking at this problem for a few weeks and cannot seem to get this working;
I have a SharePoint 2010 list of names with email addresses with an office identifier. In InfoPath the single select list with the office identifier comes in and works perfectly. The workflow script in SharePoint emails the single selected person.
When trying to accomplish the same operation with a multiple select (checkbox), only the first selected is email a notification.
DO I need to store the list data with the email addresses and offices identifiers from SharePoint in to the InfoPath form somehow for this to work?
Here is my SharePoint workflow script;
If Current Item:OPR is not empty
Email OPR:Email
Else
Wait for OPR to be not empty
Thanks in advance!!
bellews