Subflow If Statement Evaluated - False

CarlittoS
Tera Contributor

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

 

1 ACCEPTED SOLUTION

CarlittoS
Tera Contributor

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.

View solution in original post

5 REPLIES 5

CarlittoS
Tera Contributor

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.