switch or case statement

Hi,

Is there any equivalent to Switch or Case statements in Appian.

If I have to implement code similar to the below code line, how can I achieve in Appian.

Any suggessions.

CASE

WHEN ( action="A") THEN    WorkflowStatus="WAC", RequestStatus="RAC"

WHEN ( action="B") THEN    WorkflowStatus="WBC", RequestStatus="RBC"

WHEN ( action="C") THEN    WorkflowStatus="WCC", RequestStatus="RCC"

END CASE

  Discussion posts and replies are publicly visible