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.

