Hi
I'm using a dropdown box to pull values from the Office365 connector and submit to SharePoint people picker, however this doesn't work when the dropdown is blank.
Claims: "i:0#.f|membership|" & Lower('dropdown'.Selected.UserPrincipalName) I tired .Mail too, same issue.
It is returning only a value of i:0#.f|membership|
and errors out with "the specified user i:0#.f|membership| could not be found"
if I add a user it works fine and submits to SharePoint. This is new because I didn't have this issue in the past. Any ideas on how to fix this?