The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi all,I'm writing after thoroughly searching the forum and endless tries, so I really hope someone can help here...My scripting abilities are very basic but i can read and understand it, and can even write it with the help of GPT As part of a multi...
Hi all,I have a really simple script as part of an automation, that is supposed to open the URL of an interface page item that was created earlier in the same automation.I'm aware there's a button to open a URL in the interface designer, but then i c...
So, i've made some progress I realize I'm getting an array and need to extract the actual record ID (there will always only be one record ID in the array). So, i did this: record['Family] = {id: FamilyToConnect.toString()}; but it's still not worki...
Got it! Thank you so much. Are there custom extensions that I can trigger from within an internal airtable automation flow? I'd prefer not to have to move the entire automation to an external system.
I see i didn't copy the code properlyThis is the correct code: function NewTab() {
window.open("https://airtable.com/appXXXXXXXXX/pagXXXXXXXX/"&input.config(NewTask), "_blank");
}