Hello,
Is there a function that does not stop when the expression evaluates to True?
e.g.
If field one equalys yes, insert X (don't stop)
if field two equals yes, insert y
If field three equals yes, insert z, (etc...)
Thank you.
Is there a function that does not stop when the expression evaluates to True?
e.g.
If field one equalys yes, insert X (don't stop)
if field two equals yes, insert y
If field three equals yes, insert z, (etc...)
Thank you.