Skip to main content

Hi,

 

I have  a from which is used by several users. Users would like to clone(replicate the data) of a form by clicking on a link...

 

I was able to clone entire form -- means pre-populate the data in the new form based on the ID provided by the user. Only issue I have is, I have a section of the form where users can enter multiple rows it is like a list. How can I pre-populate that list with the data from the ID provided by the user???

This list is stored in a separate table in the database.

 

Any help would be appreciated!

 

Regards,

Bhanu

Hello,

 

you can use list display.

 

 


Hi, 

 

As fas as i understnd you have a form with some data and on clicking of a link  the data should be shown in another form using an id from first form, which i think you have already achieved. Now there is a list on your first form and you are trying to show the same list on second form too..to achieve this just follow below steps

 

Take a list view on the second form similar to first form

on Click of Link Execute a For Each Item in a list view rule..

Excute add new row method of list in second form

Now Transfer data from first form list columns to Second form list columns

Now add apply row changes rule

 

Let me know if it helps

 

Regards,

Vijay.


Reply