Hi,
I have an issue with the Contains function as follows:
First I extract the AccountID of the current form user. I also look up the AccountIDs from a list generated from a multiple people picker form field using the Eval function.
I then run a rule using the Contains function to look for the AccountID in the list.
I know that the AccountID exists in the list but for some reason it is not found.
AccountID Syntax: Domain\Username2;
List Syntax: Domain\Username1;Domain\Username2;Domain\Username3; Note no spaces... is this correct?
Any help here would be greatly appreciated.
Thanks.