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,
I´m using this code to get my csv file, parse and import to table:
let csvFile = await input.fileAsync(
‘Pick a CSV file to upload’,
{allowedFileTypes: [’.csv’], hasHeaderRow: true}
);
What I am not figuring it out is how to make that is alway...
Hello!
I’m trying to automate my airtable with integromat (excel data to airtable) and I manage to do it. But the only way a found was in the record detail (level). So if i have a table with 20k records, i need to delete one by one and upload one by ...