- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 12:48 PM
I'm trying to get my subflow to trigger an If Statement, but only if a change is made within the catalog SCTASK. Is this possible?
If "No" is selected, the flow should go to task 6 only then close RITM, but if "Yes" is selected, the flow should go to task 6 then task 7 before closing the RITM.
The subflow context shows that the Flow Logic "Evaluated - False" even though the condition (Is not Empty) was met, but it "Evaluated - True" when the condition (Is Empty) was not met.
The condition is reading as empty even though information is filled out in the SCTASK, so does the If Statement in a subflow only work on fields filled out on the initial form? I need the condition to trigger from the SCTASK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 03:21 PM
I figured it out, needed to use "get catalog variables" in the subflow, I had it before but somehow it got deleted. Thank you for your help, Mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 03:21 PM
I figured it out, needed to use "get catalog variables" in the subflow, I had it before but somehow it got deleted. Thank you for your help, Mark.