Welcome to the Airtable Community! If you're new here, check out our Getting Started area to get the most out of your community experience.
Feb 26, 2020 09:15 PM
Hi,
When I access a table-view through an API, fields that don’t have any values are not returned for that record in the API. Is this expected behavior?
Regards,
Ruchika
Solved! Go to Solution.
Feb 26, 2020 09:57 PM
Yes, that is the expected behavior.
From the API documentation, under the “List records” section:
.
Feb 26, 2020 09:57 PM
Yes, that is the expected behavior.
From the API documentation, under the “List records” section:
.
Feb 26, 2020 11:35 PM
Thank you for the confirmation!