Hey team. I am getting the following error with one of our tables: Cannot read properties of undefined (reading 'includes')
Here's the table link: https://app.clay.com/workspaces/441297/tables/t_pPmfo8PvPMqM/views/gv_Yh8DRDsoTTrT
This error typically occurs when there are data inconsistencies in your table. The most common cause is when values are copy-pasted into cells rather than being properly generated by the system. To resolve this: 1. Download your current table as a CSV 2. Re-upload the CSV instead of copy-pasting valuesThis approach helps ensure data consistency and proper formatting of values in your table. If you're working with an API integration, make sure your data follows proper JSON formatting: ** String values should be in quotes ** Numbers and booleans should not be in quotes (except for numbers with trailing zeros)These steps should help resolve the undefined property error you're experiencing. Source: HTTP API with JWT authentication | Documentation | Clay University