In flow designer, Can't we access catalog task which is on 4th column on the first column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 06:33 AM
So Guys in Flow Designer you must know the columns (lines). Suppose if I add "if" condition then that "if" condition will we on line 1(column 1) and "then" condition will be on line 2. I hope you are getting.
So my query:
I have a catalog task which is on line 4 (if (line 1) > if (line 2) > if (line 3) > Catalog Task (line 4)) and now I want to apply if condition on catalog task (line 4) on line 1. So basically I want to check "state" field of catalog task (which is located on line 4) on line 1.
Is this thing possible in Flow designer?
Because when I'm trying to select catalog task on line 1, all the fields inside are not selectable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 06:35 AM
Hello @Riri ,
No, it's quite difficult because you are trying to access the value from different block under the if condition. You can use lookup records to execute your operation.
Please mark my answer as accepted solution and give thumbs up if it helps you.