# Allow User to Copy and Paste Items

**URL:** https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100
**Category:** Feature Requests
**Created:** [June 18, 2020, 8:35pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100 "2020-06-18T20:35:07Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Izzy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/izzy/32/6843_2.png) [@Izzy](https://community.glideapps.com/u/Izzy)
#### Post date: [June 18, 2020, 8:35pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/1 "2020-06-18T20:35:07Z")

</div>

It would be great if there was a way to copy and paste an item, for example, shopping apps, listings, marketplaces e.g. let’s take a real estate app as an example, where user can add a new home, then copy that entry and paste it keeping all the same info, then can go in and edit just a few different items like address, appliances, etc

This would help the user not to have to enter the same info for every item that has very similar features

---

<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: [June 18, 2020, 8:51pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/2 "2020-06-18T20:51:39Z")

</div>

I just added something like this in my app. I have advanced students and basic students. Sometimes a basic student will move up to the advanced level. In the edit details screen of my app, I added a form button which takes all of the column values in the basic student sheet and writes them to the advanced student sheet. Basically a copy/paste. You could do the same thing within the same sheet.

 ![Screenshot_20200618-155048](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/4f8acf181e01cc69d8ef2bf2fd5b4650b9178fc9.png)

 ![Screenshot_20200618-155222](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/78b8445580c176bceeac91b8c4092ea6bbede2b2.png)

---

<div class="post-metadata">

### Author: ![Izzy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/izzy/32/6843_2.png) [@Izzy](https://community.glideapps.com/u/Izzy)
#### Post date: [June 18, 2020, 8:58pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/3 "2020-06-18T20:58:10Z")

</div>

Interesting I’ll have to play around with that. so basically the form button lives inside the form once user clicks ‘edit’

---

<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: [June 18, 2020, 9:03pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/4 "2020-06-18T21:03:10Z")

</div>

It’s not a form within a form. Just a single form on the edit screen of an existing student. I could have, but didn’t want to display it on the student detail view screen, so I hid it in the edit screen.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [June 18, 2020, 9:04pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/5 "2020-06-18T21:04:25Z")

</div>

@Izzy It seems like a nice feature request if it’s not already there. That way you can add an unprocessed item to @JackVaughan’s hidden tab.

> **[Feature Requests](https://features.staging.glideapp.io/)**
>
> Feature requests for Glide Apps

---

<div class="post-metadata">

### Author: ![Cmstewart42](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cmstewart42/32/7319_2.png) [@Cmstewart42](https://community.glideapps.com/u/Cmstewart42)
#### Post date: [June 28, 2020, 9:22pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/6 "2020-06-28T21:22:52Z")

</div>

You could also use a form possibly where the user would select from a list the item they want to duplicate and then just click the duplicate button. In the background you would use use the columns components to auto submit a new entry duplicating the selected row.

---

<div class="post-metadata">

### Author: ![Nash\_Ath\_Abdul\_Baree](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nash_ath_abdul_baree/32/7018_2.png) [@Nash\_Ath\_Abdul\_Baree](https://community.glideapps.com/u/Nash_Ath_Abdul_Baree)
#### Post date: [October 26, 2020, 1:20pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/7 "2020-10-26T13:20:23Z")

</div>

Could you explain more how. Right now my challenge is to duplicate a card which has datas on it.

---

<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: [October 26, 2020, 1:37pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/8 "2020-10-26T13:37:26Z")

</div>

click on the list item (card) to view it’s details. Then add a form button. Inside the form you can add column value components which will grab details from the row were on when you clicked on the form button. Set the column value components to write to the correct columns in the same sheet.

---

<div class="post-metadata">

### Author: ![Nash\_Ath\_Abdul\_Baree](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nash_ath_abdul_baree/32/7018_2.png) [@Nash\_Ath\_Abdul\_Baree](https://community.glideapps.com/u/Nash_Ath_Abdul_Baree)
#### Post date: [October 26, 2020, 1:53pm UTC](https://community.glideapps.com/t/allow-user-to-copy-and-paste-items/11100/9 "2020-10-26T13:53:47Z")

</div>

Thank you so much. You are Amazing.
