As I am getting a list of text strings separated by semicolons in a single line, my focus is to split them into different values. After that, I need to convert them to users using the touser() function. However, it is currently showing [ID NOT FOUND] even though the email address is already present in Appian users.
Discussion posts and replies are publicly visible
Have you checked the casing of username? If the username is test.test@gmail.com and when we try to do touser(Test.Test@gmail.com) we get this kind of error.
I think casing is most likely the issue.