Hey everyone,
I'm using the API to post to a table (currently using postman). This table has a field that is a list of booleans. It works if I just send 'true' or 'false', but when I try to send an array of them, I get the following error.
Here's the table schema incase I have something setup incorrectly there:
I'm new to Xano, but am very familiar with relational databases and APIs. Thanks in advance!