DonateGood Posted March 26, 2020 Report Share Posted March 26, 2020 I need to copy a record within the table and then change just one field. I have an organization that needs multiple donations. The organization information is the same, only the donation item field is unique for each entry. I want to copy the entire line in the table so I can quickly change just the one field (vs going in through the datapage/webform) There is no 'copy' function on my datasheet Suggestions? Quote Link to comment Share on other sites More sharing options...
0 Vitalikssssss Posted April 1, 2020 Report Share Posted April 1, 2020 Hi @DonateGood, You can use Triggered Action feature in order to create this type of functionality. 1. You need to add new field based on which Triggered Action executes. 2. Create a Triggered action which will fire on update event. Note: You will need to use two blocks. First block "Insert" going to copy the record if the checkbox is checked and the second one "Update" will uncheck the box after copy has been made. Please note that you will need to click on "Refresh" button in order to see new records which has been copied. Hope this helps. Regards, vitalikssssss Quote Link to comment Share on other sites More sharing options...
0 Benny Posted August 5, 2020 Report Share Posted August 5, 2020 This was an excellent help towards my intended result. However, you must JOIN the SELECT FROM clause to the "ER_Events_tbl" in your example. So the WHERE field should show #inserted.Check_to_Copy equal true not Check_to_Copy equal true. I believe you might JOIN this table ON Field Title equal Field #inserted.Title Quote Link to comment Share on other sites More sharing options...
0 astroboy Posted May 29, 2021 Report Share Posted May 29, 2021 Hello there, Caspio recently launched an App Extension for duplicating records and you may check this link to get more information: https://www.caspio.com/services/request-info/?e=Clone Record You may also check the rest of the available App Extensions in this link below: https://www.caspio.com/services/app-extensions/ Quote Link to comment Share on other sites More sharing options...
0 Flowers4Algernon Posted January 29, 2022 Report Share Posted January 29, 2022 Hello! This how-to link should also be helpful should you want to create your own triggered action: https://howto.caspio.com/tables-and-views/triggered-actions/ Quote Link to comment Share on other sites More sharing options...
Question
DonateGood
I need to copy a record within the table and then change just one field.
I have an organization that needs multiple donations. The organization information is the same, only the donation item field is unique for each entry.
I want to copy the entire line in the table so I can quickly change just the one field (vs going in through the datapage/webform)
There is no 'copy' function on my datasheet
Suggestions?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.