- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 03:06 AM
Hi @Ankur Bawiskar
I have created the use stock variable in catalog item and also this variable only visible in RITM table once the variable is updated based on selection i need to create sctask so i have created the Flow designer but the if condition getting evaluated false ,Can you please help me this scenario
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2025 12:01 AM
@manjupawadhATry below flow logic. For Desktop type device create a similar steps using another If logic
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2025 07:19 AM
@J Siva I have tried this below solution now its working fine, Thank you so much for your help its very useful to complete my story.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 05:28 AM - edited 04-26-2025 05:31 AM
This is the expected behavior.
Any modifications made after the flow trigger will not be applied within the current flow context.
So, here as a workaround, create one flow variable and assign the catalog variable value to that flow variable.
Use the "Do the following until" flow logic to check the flow variable value until it's not empty. Then inside that add one more "Get catalog variable" action and assign the flow variable with the catalog variable with the delay of 2mins. So that, for every 2 mins, flow will check for the value of that particular catalog variable value and assign that to the flow variable. Once the flow variable is not empty it'll create a catalog task. PFB the sample.
Hope this helps.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 08:09 AM
Hello @J Siva Thank you for your reply
One catalog task means the above solution is okay, but my requirement has once, that catalog variable is yes, it means create one catalog task because that variable is no means need to create the catalog task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 08:12 AM
@manjupawadhA The above will work for both the scenarios.
Once the subflow variable is not empty, then use if logic to validate the value. Based on the result, create catalog task as required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2025 08:16 AM
@manjupawadhA Could you share the full requirement?
Will help us to provide more clearer solution.