Set status to Cancelled using action

Hi Experts,

I have a status column type ENUM..column has different status like open, pending, Cancelled.

I want to create a action which set status vale Cancelled

but when I write formula [Status]=“Cancelled”, following error is coming.

New value for column Status (Enum)

[Status]=“Cancelled”

The expression is valid but its result type ‘Yes/No’ is not one of the expected types: Enum

please help to solve the error.

[Status]=“Cancelled” ← this expression is a YES/NO expression

“Cancelled” ← this is a single text value.

You want to assign a single value to a field of type ENUM of text.

1 Like

Hi @urvashigarg

You need to change this:

Then add expected values for your status: