Novunex Community

Forum What could be wrong if my Condition statement is not working? Reply To: What could be wrong if my Condition statement is not working?

#502
Dani
Participant

    Hi Kathy,

    To make it work, you will have to cast the first value as an integer before comparing it with 1.
    It should look like this: int(#[MyEntity.Revision]) == 1

    Best regards,
    Dani