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
Is the username the same as the email? You might encounter this issue if they are different.
I have solved this issue by checking isusernametaken() function so it is working smoothly right now !!!!