Flows, Condition Card, return token and boolean?

How to return a boolean value and additionally tokens (numbers, strings)?

In a Action Card I can return multiple tokens

return {
      scaledValue: scaledVal,
      inputPercentage: percent,
    };

In a Condition Card the return value is boolean, but It’s also possible to return additional tokens. But how? I doesn’t found anything in the docs? (Or at least I haven’t seen something).

Condition cards can’t have any tokens added to them, it is a condition which only can be true or false, only to the THEN cards and with Advanced Flows also for Action cards.

1 Like