Assign Message OR condition check

Not applicable

Is it possible to do a or codition check while setting payload in Assign Message.

<Payload contentType="application/json" variablePrefix="$" variableSuffix="#">

{

"status": "$status1#" || "$status2#"

}

0 1 753
1 REPLY 1

Hi @akshay.anand9,

Any expressions are not evaluated in the payload. Only the variables will be replaced with values based on variables identified using variablePrefix and variableSuffix characters.

Cheers!