When using the router, the 0 that i entered is being intepreted as a string. how to change it to integer? if not, the condition wont work no matter what.
I think the evaluation should work, If not.
Try to do {{ 0 }} instead of 0, anything between {{ }} is Javascript
Even though the value representation is string, in the executor for conditions, we insure both inputs are parsed to number, you can see that here activepieces/packages/engine/src/lib/handler/router-executor.ts at 8566dc74278459603072ebe0d6e8720f2ee01e25 · activepieces/activepieces · GitHub
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.