I have created a SharePoint 2013 Infopath form for Team Input. The first entry is their Work Standard ID Number. From that entry, I use a "GetUserProfileByName" data connection to the Soap Server. I need the form to bring me back the name of the person who owns the Standard ID Number.
This works using the following concatenation: concat("i:0#.w|east\", Work Standard ID (field). This brings me the person's name who owns the Work Standard ID - until I reach a person who resides in a different domain such as "i:0#.w|west.
Is there a way to string the concats to look in both domains, or "stack" them to check for both? I need the form to bring back the name and right now it just errors out because it is only doing a concat on one of the domains.
Please assist!
Thank You!!