# Any way to upload data to a Glide Table?

**URL:** https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736
**Category:** Ask for Help
**Created:** [March 3, 2021, 7:06pm UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736 "2021-03-03T19:06:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ihackstuff](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ihackstuff/32/15168_2.png) [@ihackstuff](https://community.glideapps.com/u/ihackstuff)
#### Post date: [March 3, 2021, 7:06pm UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/1 "2021-03-03T19:06:02Z")

</div>

Hi everyone! Thanks for all this help with all my questions.

Is there a way to upload data to a glide table? I’m trying to paste rows, and I can only seem to paste into an individual cell. I saw a thread from early 2020 that this might be an upcoming feature, so I’m not sure. Thanks!

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [March 3, 2021, 7:21pm UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/2 "2021-03-03T19:21:05Z")

</div>

At the moment, there isn’t a good option to bulk import data, unless you want to get into since python coding.

> [@Workaround for bulk importing data into Glide Tables (Python)](https://community.glideapps.com/t/workaround-for-bulk-importing-data-into-glide-tables-python/23660):
>
> Hi all, Just in case this isn’t common, here’s a workaround I’m using to bulk import data into glide tables (need to use Python). Run the above script in Python and move to an open window with a glide table showing and your cursor in the first column you want to enter data into Once the script is done, data will be entered in automatically. You’ll need to extend this to work with the data you want to enter. Cheers!

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 4, 2021, 1:29am UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/3 "2021-03-04T01:29:17Z")

</div>

I think this is the best workaround that I’ve seen so far…

> [@Import Data From Excel & Sheets into Glide Table](https://community.glideapps.com/t/import-data-from-excel-sheets-into-glide-table/20184/18):
>
> 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…

PS. I had a look at that Python option. Whilst I haven’t tested it, as far as I can see it will only do a single row at a time. So unless I’m missing something, it’s basically just copy/paste row by row.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [March 4, 2021, 6:34am UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/4 "2021-03-04T06:34:50Z")

</div>

Wonder if anyone has used robots (RPA) to copy data from google sheets to glide sheets? And whether there is a free RPA tool that can do so?

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [October 25, 2021, 1:09am UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/5 "2021-10-25T01:09:36Z")

</div>

Hello, Krivo!  
Yes, I used the free Microsoft Power Automate Desktop to press a pre-prepared button in the Glide application. The button triggered an action that copied from the single value column according to the row number, which I increased in the same action after adding the row. The robot waited for the number to change on the screen and pressed the button again. It seems about 2 seconds per row. I copied 322 rows in total. But sometimes the rows that were numbered for example 78 and 80 appeared in the copied table after the number 322.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [October 25, 2021, 4:47am UTC](https://community.glideapps.com/t/any-way-to-upload-data-to-a-glide-table/23736/6 "2021-10-25T04:47:17Z")

</div>

@slscustom.ru i have had success using a RPA tool as described in this post

> [@robot Importing data to Glide by use of robot (RPA)](https://community.glideapps.com/t/importing-data-to-glide-by-use-of-robot-rpa/29008):
>
> 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/…
