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.
Hey there,
I have a script which:
Takes the Qty of a product and creates rows in another table based on this qty.At the same time it maps 2 x Linked Record fields and sets the row ‘Status-’ to a pre-defined value.
The script is running wonderfully un...
Hey there,
I’m hoping someone will be able to help (my scripting ability is limited) - I want to be able to create a specific number of records in Table 2 based on the Qty field in Table 1.
I have a script which creates a singular record in Table 2 f...
Hey Community,
I need a hand to know if something is possible.
I have Products on Table 1 which are created manually.These products are made up from components which are mapped as records in Table 2 (anywhere from 2 - 20 components per product).When ...
Hey there,
I’m in need of some advice from the community. We have recently set up Airtable as a CRM and it is working wonderfully with the exception of e-mail tracking.
We’re still using Hubspot for e-mail tracking with a button from within Airtable ...
Hello!
I’m absolutely stumped - I’ve set up a webhook that is based on a record entering into a specific view.
To obtain the recordID - I have created a formula field named ‘recordID’ and have set the script up based on the following code:
let url = ...
Thanks again. Removing the await keyword worked but I’m confused about the pause and where I would add this. If anyone else had any ideas that would be awesome.
Thanks for the response, helpful as always.
Would you mind elaborating on ‘not needing to await results’ and how I could look to implement?
This is a test for an inventory management system, where each record represents a product which can be allocat...