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,We are trying to replicate functionality from a system we are phasing out. The function allows the user to view a list of accounts, filter based on fields, and then send an email to the resulting filtered list. I'm wondering if there is a way...
Hello - I have another frustrating issue with regard to using the output.set function.I am able to access a list of records from a query using output.set("Record List", query.recordIds), but as expected it only outputs a list the record ID strings....
Big Picture: Im trying to accomplish a process to automatically link records between tables. The use case is automating a process where when a user updates their membership in an external system, airtable creates a new membership record and links it ...
Hello Everyone,TLDR: Can I populate the {to} field in the "send an email" action with a conditional list of email addresses?I have a user accounts table with typical user account stuff (name, email address, etc.). In that table there is a single se...
For reference to anyone who stumbles upon this post, this is the script I ended up using. So far it seems to be working well. I used the for loop because it seemed to be the most straight forward way to do it. // query for records in "User Accounts...
This is helpful - especially the alternative solution you mentioned that is not sensitive to future changes to field names. I hadn't thought about that.
Thanks for the reply. I had a suspicion that was going to be the case. With regard to using air table scripts, what type of loop makes the most sense. ForEach, while, do, etc. I’m not a programmer by profession and it’s a challenge to wade through. A...
What we really need is for actions to have an iferror attribute that tells the system what to do if an error occurs during a step. Such as iferror, skip to next action. Or iferror, notify [email address] etc.