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.
Hello, let me first give a little backstory on the process I have leading up to where I need help...I have two tables (Table1 and Table2). There is a button on Table1 that triggers a script. The script copies a few fields from Table1 over to Table2, ...
Hello - full disclosure, I've only just started to get into scripting in Airtable, so bare with me as I'm still learning!My actual goal with this script is actually quite complex, I'm probably only about half way through. But instead of trying to sum...
This script is great, very helpful for some of my automated emails! But can you help me refine the formatting a bit for my use?Here's my current code: output.set('now',new Date().toLocaleString("en-US", {timeZone: "America/Los_Angeles"})) This outp...
Appreciate the response! I actually ended up solving this issue in a simpler way using just an Automation and new fields/view in Table1.1. Added a new "Input" text field in Table1 that is populated by the Button/Script with some of the data that is c...
Thanks @Dan_Montoya, that seems to be yielding the results I was hoping for queryMatch.CONSOLE.LOG"queryMatch : "▶(3) [Object, Object, Object]The data I tested with has 3 existing matches in the table currently. So it seems that line is working prope...