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.
Hi There,
I would like to ask if we can migrate or copy the Airtable automation to Integromat? I have a lot of automation in Airtable, it’s hard for me to create them again on a new platform of automation. Does anyone know how will I start in Integro...
Hi there,
How can I create automation script to delete a record when I’m changing the status to Delete.
I hope someone can help me. Thank you!
@kuovonne help!
Hi @ScottWorld thank you for your response. Is it possible to create a script without using the airtable internal automation? My automation has exceeded its limit. That’s why I plan to create a script to automate my records.
HI @kuovonne It doesn’t work on my end.
I tried this script
let table = base.getTable(“BILLING”);
let inputConfig = input.config();
let recordId = inputConfig[‘recordId’]
await table.deleteRecordAsync(recordId);
But it has an error with this
ERROR
Ty...