Duplication records on demand

Duplication records on demand

Hi Zoho,

I have a form ("Mainform"), that takes data for different projects (project name is in "Project_Name" field).

I have a second form ("Importform"), that allows me to "import data" from one project to another - meaning, on the ImportForm I have "Import_From" field and "Import_To" field - both state project names for the data to be fetched from / added to.
On the ImportForm on add -> on success, I have a veryyy long list of updateing a record in Mainform, that fetch for every field its data from the "Import_From" project, and adding it to a new record under "Import_To" project name.


Question: How can I make this list run automatically for all the fields in the Mainform, instead of manually adding a line for every field?
Or is it possible to duplicate a record on a command and than maybe change the project name?

Ravid