Is there a way to use a workflow action script as a condition? Basically I want to call a workflow action, return true/false, and then execute later transactions based on that true/false value
j
jen
02/04/2022, 8:06 PM
Yes! Have your WF Action return a value, store that value in a Workflow Field or State Field, then use that field in your condition.
jen
02/04/2022, 8:06 PM
assuming you meant “execute later actions” and not “execute later transactions”
s
screnshaw
02/04/2022, 8:08 PM
yup! 🙂
screnshaw
02/04/2022, 8:08 PM
So i'm trying to add it to a field, but store result in is empty? is there another way to set this?