How to compare the value in a Record Selector field

I have a field of the type Record Selector; depending on the value of that field, another select/dropdown field should appear.

What condition expression could I use there?

I tried the below expression and it didn’t work, however, it does work for select/dropdown type fields.

record.values.Season == “2024-25”

Season is the name of the module field.

You need to use the recordID - not the name of the record.

1 Like