Compare two text withouth case sensitive

Andrea,

Add UPPER() to both sides of your comparison.  This should get you what you want.

IF(UPPER({{Telefono}}==UPPER({{$Model.Pratica.data.0.Azienda__r.Phone}}),"","!")


Thanks,

Bill