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.
- a formula field to render the images as coma separated urls.
- a second field in which I use a formula to successfully grab just the first of the images as a url.
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)