Is there a way to filter RecordQueryResult by a checkbox field; let's say I want all records where the value is False? let query = await table.selectRecordsAsync({
fields: [uniqueIdField, dateDueField, projectField, waiveRushField, comparisonFie...
For simplicity, let’s say I have an “Orders” table and a “Contacts” table. There’s a linked field on the Orders table with the customer’s email address. This is linked to the Contacts table, which creates a parallel linked field on the Contacts table...