Problem with copy and paste data

heyy I have learned how to cut data in this sample application โ€œCopy and Pasteโ€ (https://www.appsheet.com/portfolio/531778) the result is that the data has been copied but the copied data is still stored in the parent table. That action to trigger an โ€œexecute an action on a set of rowsโ€ is not working โ€ฆ can you help me to solve this problem?

Thanks in advance

0 5 366
5 REPLIES 5

@Inspeksi_Pajalesang
Might there be a mis-understanding on your side? โ€œCopyโ€ and โ€œCutโ€ are different operations. So itโ€™s normal that the copied data resides in the parent table. If you want to delete the source data after itโ€™s being copied, you need to use a Sequence of actions and use a Delete this row action after the data have been copied.

However, as you have noticed it as parent table, I think of a Parent Table and a Child Table where the data is copied and thereโ€™s a reference between these 2 tables. Just bear in mind that, if you delete a parent record of a child record, the reference will be lost as well.

You can look at this:
https://www.appsheet.com/samples/How-to-copy-record-and-paste-it?appGuidString=68b17db8-424a-4d75-85...

Ok thanks @LeventK

Hai @LeventKโ€ฆ action to delete this row on my application already working. But every time the data have been copied itโ€™s always shown warning the delete data.

@Inspeksi_Pajalesang
Just turn off the confirmation message property in your system delete action

@LeventK i have already done that but warnig still appearsโ€ฆ

Top Labels in this Space