Greetings
I have a pack which includes a sync table.
One of the columns in the table includes files. The pack shows the filenames but no actual file is accessible.
Is it possible to import files into Coda in this way? What do I need to consider in the pack code to do this?
Hi @Richard_Kaplan - Sync tables can return files in a Coda “Files” column, using the technique mentioned here:
If you could have multiple attachments then you’ll need to have an array of those schemas, as shown in this example:
Simply pass the URLs to the file contents and Coda will ingest the data and display it in the table.
2 Likes
Thanks - much appreciated