We’re experiencing a problem with some of our Airtable attachments:
Certain PDF files, uploaded automatically via n8n and Google Drive, are displayed in Noloco with the filename “UC”, even though the correct filename is shown in the Airtable frontend.
When uploading “test.pdf” manually, the filename appears correctly in Noloco, but with many other auto-uploaded PDFs, Noloco shows the filename as “UC” or a similar placeholder.
We have checked:
The filename is always displayed correctly to us in Airtable.
However, the Airtable API returns an attachment object where the filename property is “UC” instead of the visible filename.
Could Noloco use the same filename as shown in the Airtable UI for users, or provide a way to access/display that “visible” filename instead of the raw API value?
Alternatively, is there a recommended solution or workaround for this issue within Noloco?
We simply take the filenames as they are provided by Airtable - if they’re changing them after they’re created, we possibly don’t handle that.
If you can create something we can simply recreate, we would take a look, but it doesn’t really sound like an issue on our side if I’m honest, otherwise all filenames would be incorrect.