Today, we could not copy-and-paste the external data (like excel, csv, google sheet ...) with multiple rows to Airtable's table properly.
When we paste many records and need to expand the rows, nothing happens. Then what I could observed into the browser console log is shown below, yes, it has an error from the Airtable.
Please solve this bug, Airtable team, this problem stops our works!!
*** The work around for this moment is, we must create empty rows enough before pasting data, then we could survive during the wait for Airtable team to solve this.
Best answer by siriwat
One work around is to create number of rows enough before pasting data. Then it would be fine for this moment.
Or
If you could run a script,either extension or automation, you may need to run this script to make empty rows as you may need
let tableName = "Your table name";
let numRow = 20;
let table = base.getTable(tableName);
let newData = new Array(numRow).fill({fields : {}});
await table.createRecordsAsync(newData);
Update: As of 10 OCT, approx 5 days. Airtable fixed this problem already. We need to refresh the browser then continue our works as usual.
Good to know I am not the only one who has suddenly faced this problem today. Tried refreshing, closing down Airtable and reopening, creating a new table, checked I hadn't reached a record limit of some sort as initially thought it was just refusing to paste. Then realised the problem was the failure to create new rows and creating them manually - a pain as can only see how to do one at a time - allowed me to paste in the data. Very odd that this should suddenly become a problem out of nowhere. Hopefully Airtable can resolve soon and get it back to normal.
This is a solid solution. Is there a way to create multiple rows rather than adding one at a time?
Hello
What I am doing is duplicating the old table with the record and you just "clear" the cell content instead of deleting the row. With this, you will get a table with multiple empty rows.
I did, but no response until now, almost 4 days already with multiple seats, Team plan... What's their SLA ahh🥱
Siriwat,
How to submit a ticket? I only can go to help and ask a virtual assistant and it always leads me to read the article. I can't find any support email address, do you know where i can open a case?
How to submit a ticket? I only can go to help and ask a virtual assistant and it always leads me to read the article. I can't find any support email address, do you know where i can open a case?
Through the chat actually, but in a very deep menu. I may not have a correct instruction for this, but this is what I message in the chat.
"I have critical problem that block business process." --> Enter Then you say No to whatever bot suggested you to read for help... Until you found these following menu "Help with Airtable product" --> Click "Airtable is not working as expected" --> Click "Business Critical: Airtable is completely unavailable or a product issue is degrading critical business operations." --> Click "I still need help" --> Click "I have the necessary info, open a Support ticket." --> Click
Through the chat actually, but in a very deep menu. I may not have a correct instruction for this, but this is what I message in the chat.
"I have critical problem that block business process." --> Enter Then you say No to whatever bot suggested you to read for help... Until you found these following menu "Help with Airtable product" --> Click "Airtable is not working as expected" --> Click "Business Critical: Airtable is completely unavailable or a product issue is degrading critical business operations." --> Click "I still need help" --> Click "I have the necessary info, open a Support ticket." --> Click
Then you could submit a support ticket.
Siriwat
Thank you, finally I was led to open a ticket and hopefully they can solve it ASAP.
Airtable should pay you as a consultant, you provide a prompt reply and workaround than theirs.
Same issue here. Will submit a help ticket and refer to this forum. I am able to paste one row at a time, but no more than that. Nervous to run the script--I started to, but I worried I would break my 3500-row table!
Copying and pasting is currently broken in Airtable. I have no idea if or when they are planning on fixing it, so everybody should email support@airtable.com about this major problem.
The problem has been fixed. Airtable support emailed me to advise they’ve applied the fix and I’ve just tested it with success. They said to first refresh the browser and if that doesn’t work to clear the cache. Refreshing the browser worked for me.