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 am attempting to use the attached code within an airtable automations run script tied to a "When Record Enters View" trigger. I have almost zero background in JS, and I just can't get this thing to work. Do any of you have any suggestions as to how...
@kuovonne I just had to walk AI out of the logic loop it was in by going line by line on the errors. How would I adjust the code to update in batches rather than individually?
If anyone is interested, I was able to solve this particular problem using the following formula:// Fetch the input configuration from the automationlet inputConfig = input.config();// Extract the triggering record details from the input configuratio...
In short I have two tables, and what I essentially need this script to do is to look into a multi-select field named "Client" and pull all the values, and then I need it to look into a single select field named "Group Name" and pull its value. Then I...