Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
May 10, 2019 11:34 AM
Hi there,
Our users are uploading multiple images to an attachment field. I need to grab the URL of the first of these images in a large thumbnail size (not the full resolution URL).
I am using 2 steps right now.
BUT I can’t figure out how to get the lower resolution thumbnail versions of this image, which I know Airtable has hidden somewhere.
Can anyone help?
Here’s the formula I’m using for now to grab the single image url.
MID({SINGLE IMAGE WORKINGS},FIND("(",{SINGLE IMAGE WORKINGS})+1,FIND(")",{SINGLE IMAGE WORKINGS})-FIND("(",{SINGLE IMAGE WORKINGS})-1)
May 10, 2019 11:50 AM
Hi @Jemima_Garthwaite - I don’t think this is possible using a formula. The thumbnail URLs are in the API for your base, so you could access them programatically via this, but, looking at an example image that I uploaded to a base, it doesn’t look like you can derive the either of the thumbnail URLs from the primary image URL.
JB