Copying data between entries

Copying data between entries

Hi Zoho,

I'd like to give my users an option to copy data from similar entries on the same form.

I've created an "Import request" form, where they choose the entry to copy the data from.

I will appreciate help in planning the best way to do this. so far, since there is no "copy entry" command in deluge, only add or update, the script is fetching the desired entry to copy from, and one-by-one update the fields in the user's entry (meaning many many lines of Entry_to_Update.Field_Name = Import_From_Entry.Field_Name ; with the specific field names in).

Since there are many fields doing the update like this is very annoying (I need to go back to update the fields list every time I make a change in the form - which happen a lot, etc.)

Is there another, more automated way to do this?

Thanks

Ravid