I have this code that works well when filtering a field that is SIngle Line Text
I have this code that works well when filtering a field that is SIngle Line Text
Best answer by TheTimeSavingCo
Yeah that's because the value of a linked field is an array, not text. Try this:
let records = query.records.filter(record => record.getCellValue("Contacts")?.[0]?.name === empName);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.