The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Hey there,
I would love a bit of help with an issue I have been struggling with:
I have large data set containing keywords / descriptive tags to describe/classify the designs on our webshop juniqe.com, they are stored on a table called Image Keywords...
Been trying to wrap my head around how to display record attachments (images) in the markdown output of the scripting app. I heard rumours that’s possible :slightly_smiling_face: but haven’t seen any code snippets that seemed to be working []!($URL...
Has anyone managed to able to give any hints on how to write a script to display a table contents as a table, along with images? Is there any way to include a a button or another interactive element to allow users to pick a certain record from the ou...
Hi there,
I am struggling with an issue for over a week now and decided to ask for help.
In my base, I have a linked field pointing to another table of search keywords, describing the Product on the main table.
These keywords are being populated by m...
I was wondering if anyone here has managed to write a piece of code in the scripting block to
Resize an existing attachment file to match certain dimensions programmaticallyObtain the pixel dimensions (height and width) of a image attachment
and most...
Thanks Jordan, I have added a button onto the newly created Interface sending users to the old airtable experience for those tasks that are reliant on sorting and access to buttons, but it’s not really ideal as i need to send them to back and forth.
...
The news about Galleries in the Interface Designer this is exciting and disappointing in equal parts - when will this feature behave more like the ‘regular’ AirTable Base Gallery, which is the base for many of our day-to-day workflows. While it’s hon...
this was surprisingly helpful.
If anyone needs, this code now does what it’s supposed to do and merges duplicates records along with their linked record fields
function onlyUnique(value, index, self) {
return self.indexOf(value) === index;
}
// ...
@Erin_OHern It’s working like charm, but is there any easy way to get to the thumbnail image ?
record.getCellValue('Attachments')[0].thumbnail.small.url
by any chance!?