# Copy from Data source to another data source

**URL:** https://community.thunkable.com/t/copy-from-data-source-to-another-data-source/2622953
**Category:** Questions about Thunkable X
**Tags:** data-source
**Created:** [October 1, 2023, 9:22pm UTC](https://community.thunkable.com/t/copy-from-data-source-to-another-data-source/2622953 "2023-10-01T21:22:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kosky2005](https://avatars.discourse-cdn.com/v4/letter/k/4491bb/32.png) [@kosky2005](https://community.thunkable.com/u/kosky2005)
#### Post date: [October 1, 2023, 9:22pm UTC](https://community.thunkable.com/t/copy-from-data-source-to-another-data-source/2622953/1 "2023-10-01T21:22:14Z")

</div>

I have two data source. I want to use a button to copy all the lists from one datasourceA to datasourceB. datasource A has the columns Reg, Name and Level and Data source B has Reg, Name and Level. how do I achieve this?

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [October 2, 2023, 1:14am UTC](https://community.thunkable.com/t/copy-from-data-source-to-another-data-source/2622953/2 "2023-10-02T01:14:45Z")

</div>

Hi,

You have to use the Get row object block to read each row from the first datasource and then write to the second datasource using the Create row block.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [December 31, 2023, 1:15am UTC](https://community.thunkable.com/t/copy-from-data-source-to-another-data-source/2622953/3 "2023-12-31T01:15:03Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
