Hi,
Is there any way, can we insert the set of record into the DB using Savable data page.
Example -
As below mentioned, Is it possible to use a Savable Data Page to save the entire set of data once I click “Submit button”?
\Hi,
Is there any way, can we insert the set of record into the DB using Savable data page.
Example -
As below mentioned, Is it possible to use a Savable Data Page to save the entire set of data once I click “Submit button”?
\@Zumry yes you can use activity in savable data page to save list of data. Please check below url(at the end of the blog) for use case and implementation.
Hi @Anoop Krishna,
What are the activities I need to associate with the list structures saveable datapage? When I choose list The source activity and database save option activities are required. In which activity I need to loop the list and set properties to the data object?
My Requirement is loop an page list of a different class and save some of the data into another class. How I can achieve this?