Hi all, I’m using the Airtable API to provide data for a jamstack site. I’ve run into a roadblock with the attachments field. Has anyone found a way to connect alt text or image description information to multiple images? (The previous workaround was to have one Image column and one Alt Text column, but it falls apart if you want to use multiple images).

If I added a comment to each image, would it be possible to access that information in the API? (Looking through the API docs, it seems like the answer is no)
Is there some way to add this information to the uploaded file?

