Quote:
Originally Posted by capink
One way to do it would be a condition like this on the SFE action(s):
Code:
program:
if globals(_caller) inlist 'my first chain,my second chain, ....' then
'skip'
fi
value type > text
comparison operator > !=
Condition value > skip
You can also use a condition to check the value of the said field, presuming the default value in nil.
|
Second one worked.
What would I use specifically for the first one? I wasn't sure if it'd be
if globals(_caller) inlist 'Cleanup: Kobo, Add Purchase Information' or something else.