if condition is not working as expected in flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 09:17 AM
Hi All,
I have a 3 lookups in 'Do the following until' flow logic step. It is not needed to do 2nd and 3rd lookup if 1st lookup not returns any record. So, I just kept a if condition, which checks for 1st lookup success and then runs the 2nd and 3rd lookup. Unfortunately, if condition is not getting evaluated to true if 1st lookup finds a record after couple of iterations(not in first iteration).My assumption is, on first iteration if condition evaluated to false and it is not able to identify next iterations results.
How can I solve this problem?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 09:29 AM