Hello there I have a infopath form with Sharepoint workflow attached to it. I want to be able to send an email to a certain person based on what the "users" last name starts with.
So for example:
Person 1 last name starts with A,B,Y that email is sent to [email protected] Person 2 last name starts with M through Z email is sent to [email protected]
I know that I can do "If CurrentItem:LastName begins with value" but I do not know how to set up the value part.
Thanks!