- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 05:17 AM
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.
This is how it's on the catalog item:
Regards,
Krishna
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 07:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2019 05:19 AM
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!