flow designer if condition evaluating to false though it's true:

tkrishna29
Giga Guru

I have a IF condition in the flow designer that checks to see if the manager requested the catalog item on behalf of user.

If you notice the below screenshot, run time value is same for the both sides, but it's evaluated to FALSE. It's supposed to return TRUE.

Greatly appreciate your help.

 

find_real_file.png

This is how it's on the catalog item:

find_real_file.png

 

Regards,

Krishna

1 ACCEPTED SOLUTION

tkrishna29
Giga Guru

I figured it out. It worked if I compared their sysids instead of just the user name. It's supposed to work with comparing user accounts as well.

 

find_real_file.png

View solution in original post

2 REPLIES 2

tkrishna29
Giga Guru

I figured it out. It worked if I compared their sysids instead of just the user name. It's supposed to work with comparing user accounts as well.

 

find_real_file.png

I had to post because I was having the same issue and it was driving me insane.  Comparing sys_ids worked for me as well, so thank you!