Hi,

In my List B, I have a lookup column "LookUp Column" coming from an other SharePoint list A in date format.

On a field of the B List I try to do a JSON column formating with a test on "LookUp Column" coming from A List.

Is it possible?

I tried different solutions which did not worked (though i got no error on debug mode)=>

[$LookUp Column.lookupValue]
[$LookUp_x0020_Column.lookupValue]
@currentField.LookUp Column.lookupValue
@currentField.LookUp_x0020_Column.lookupValue

I never get nothing as result.

Please can somebody help me?