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 want to add rows in airtable According to Shopify order quantity,for example if quantity is 4 then 4 rows must shown in airtable with random spot numbers but unfortunately Shopify give us just one spot of order is there any automation expert here w...
How can I get this script to only create new record lines for only the amount of the "Tickets" ???The script keeps creating new record lines until I go in and shut the automations off
let table = base.getTable("PS5"); // Replace with your table namelet query = await table.selectRecordsAsync();let ticketsField = "Tickets"; // The field that contains the number of tickets// Collect the records that need to be duplicatedlet recordsTo...