Hello,
I have the following expression, but I get an error message that this is invalid:
if(true(isInt(outputs('Compose'))),200,400)
What I want to do is check if the Output of the Compose action is an integer and if yes, then set a variable with the value '200' else '400'.
Can anybody help?
Best regards,
Katerina