Assign Message OR condition check

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

{

“status”: “$status1#” || “$status2#”

}

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!

2 Likes