Scripting - filter by "Link to another record" field
I have this code that works well when filtering a field that is SIngle Line Text empName="Dummy Employee"let records = query.records.filter(record => record.getCellValue("Name") === empName); But If i want to filter a field that is a "Link to another...
- 10 Views
- 0 replies
- 0 kudos