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.
I'm using a Repeatable Group with an Update Record inside to take a list of records from a Find Records action and update a field in the found records. When the list of records contains only one record the test runs successfully. When the list of rec...
I'm inputing a list of records to the Update Record action. Let's say 3 records. I want a field in all three records updated. In the Record ID box if I enter a record id only one of the 3 records is updated. if I leave the record id box blank and cli...
My script was working and then it wasn't after I increased my records from 50 to 100. With 100 records the script was being terminated after 30 seconds. 30 real time seconds is an eternity for computers. I will paste my simple script below and apprec...
I have created a script to delete a record but it is giving me an error. Here is the code: console.log(`Hello, ${"300 Replens"}!`);let table = base.getTable("300 Replens")await table.deleteRecordAsync(input.config()['reckUma1c1NLjQADd']); Here is th...
I am not using a script I managed to get my automatiom working with airtable actions with help from here figured out the correct configuration for Update Record when receiving records from a repeatable action.
Thank you so much! My automation is working perfectly now. I guess I was confused by all the Record ID options. I've made the correct choice now. And that is after clicking the + to the right of Record ID in Update Record configuration, two boxes app...