Jump to content
  • 0

Copy a record in the same table


DonateGood

Question

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

image.png.2a5ca74260167614b7cd1ccf8e6961f2.png

Suggestions?

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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.

dDK397M.png

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.

qhnplpF.png

Please note that you will need to click on "Refresh" button in order to see new records which has been copied.

image.png.2a5ca74260167614b7cd1ccf8e6961

Hope this helps.

Regards,

vitalikssssss

 

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...