Something like import from csv or simply copy and paste will be tremendously helpful. I know they are working on it but I hope they are Really working on it!
If the number of rows you want to import equals the number of times you are willing to click once per row (1000 rows = 1000 clicks) ā¦
@Manu.n 's solution:
Hello,
Failing to have an import function.
I used a fairly simple method to import 3 tables of around 400 rows each, itās not ideal, but itās better than editing everything.
For simplicity
You have a Sheet Source table and a Glide Destination table.
Add a column to your Sheet Source āCopy okā of type boolean.
Create a List style tab with the Sheet Source as the source.
And as filter āCopy ok is not 1ā
Then use a custom action
ADD row, with as Sheet āGlide Destinationā then matā¦
At least, in the meantime, a copy ā¦Google sheetsā¦pasteā¦glide table
Krivo
July 12, 2021, 4:27pm
4
@elysium27 If you want to copy over a larger portion of data from Google Sheets then take a look on this thread where a robot is used
Challenge 1
In this moment of time it is not possible to import data (or paste chunks of data) into Glide.
@Manu.n has shown a way to import a row at a time from Google sheets to Glide tables which is quite handy if you have not to much data to import. But if you have hundreds or thousands of rows this approach is not the way to go.
Manu.n's approach - great for a smaller number of rows <a href="https://community.glideapps.com/t/import-data-from-excel-sheets-into-glide-table/20184/ā¦