Launched: Airtable Pack! ๐Ÿ™Œ

Thanks, Leandro! Do you know when roughly Coda will have that available?

cc @Eric_Koleda or @Hector_Reyes any ideas?

As Leandro mentioned we are exploring a two-way sync feature, but we donโ€™t have any timeline about if/when that will be available.

1 Like

The problem is probably that when I do:

ParseJSON(thisRow.Image._Merge()+"","publicUrl")

I am getting something like this which automatically downloads the file, and doesnโ€™t display it in browser.

https://codahosted.io/docs/sD_AQzZ7H8/blobs/bl-DT7HoCTDst/362fb481d3a5e3036b21e543fa66254178f2d184cb8e7a15c950f95a40e2681dbaeb0afe6e7a3b97e57b909fdb0859c79f1af390461a5201bb48a2ecc6e2c0b8883d1758400b9130a6165605932f207fd7faee37755160677d32524436ae7badd2b

What I should probably have is a link to .jpg file

Did you try with any other public url? It is possible that Airtable expects the full name of the file including the extension, if thatโ€™s the case you will have to upload the file somewhere else first.