# Access Data in App environment (Copy and paste)

**URL:** https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191
**Category:** Ask for Help
**Created:** [February 3, 2021, 3:44pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191 "2021-02-03T15:44:35Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Manuel\_Rodriguez\_do](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manuel_rodriguez_do/32/16448_2.png) [@Manuel\_Rodriguez\_do](https://community.glideapps.com/u/Manuel_Rodriguez_do)
#### Post date: [February 3, 2021, 3:44pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/1 "2021-02-03T15:44:35Z")

</div>

I want that part of my users have access to a dashboard where they can access data that is in a sheet, like in a table format.

I want that this data is easily accessible in App environment and copied to other places.

What is the best way to achieve this?

Basic Table element doesn’t allow copy and paste in desktop environment.

---

<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: [February 3, 2021, 3:51pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/2 "2021-02-03T15:51:18Z")

</div>

I haven’t actually tried this, but I believe it would work:

- Create a template column that includes all the information you want to make available
- Present this on the screen in a Rich Text component
- Add a Floating Button to the screen
- For the action on that component, use ‘Copy to Clipboard’, and set your Rich Text Component as the target

---

<div class="post-metadata">

### Author: ![Manuel\_Rodriguez\_do](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manuel_rodriguez_do/32/16448_2.png) [@Manuel\_Rodriguez\_do](https://community.glideapps.com/u/Manuel_Rodriguez_do)
#### Post date: [February 3, 2021, 3:55pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/3 "2021-02-03T15:55:44Z")

</div>

Hey @Darren_Murphy thanks for your help!

This works although with some limitations.

If there is some data (vg various columns) data may seem unorganised. Additionally, it would only work for one row of data.

I think this is a starting point but doesn’t achieve what i am looking for completely

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [February 3, 2021, 4:55pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/4 "2021-02-03T16:55:32Z")

</div>

Take a look here:

> <https://twitter.com/glideapps/status/1342155067181264896>

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [February 3, 2021, 5:02pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/5 "2021-02-03T17:02:00Z")

</div>

Besides that, I’d like to use it in-app

---

<div class="post-metadata">

### Author: ![Manuel\_Rodriguez\_do](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manuel_rodriguez_do/32/16448_2.png) [@Manuel\_Rodriguez\_do](https://community.glideapps.com/u/Manuel_Rodriguez_do)
#### Post date: [February 3, 2021, 7:21pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/6 "2021-02-03T19:21:31Z")

</div>

Thanks! What i am looking would be exactly this but in app.  
Could alternatively be in a site but i would prefer to use it in app

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [February 3, 2021, 7:39pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/7 "2021-02-03T19:39:08Z")

</div>

Agree!

---

<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: [February 3, 2021, 8:49pm UTC](https://community.glideapps.com/t/access-data-in-app-environment-copy-and-paste/22191/8 "2021-02-03T20:49:08Z")

</div>

You could try building a dynamic html table with template columns to get a table laid out how you want it, then display it in a rich text component. Not sure how well the data would copy to other programs, and it won’t let you edit anything, but might work for basic table style layouts.

This is what I do in my app

 ![Screenshot_20210203-144705](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/5/55438abec8925ddc388cc8114cbea22073dda432.png)
