How to create a list of object at runtime

0
Hello,    I have one scenario in witch i want to store list of object at runtime and when click on save button to store list of object into database.     click on add more to create blank object with two file manager and save button save list of object to database. Note – i don’t want to store object in database to click add more button, its only save to database when click on save button. so how to archive this scenario.
asked
1 answers
1

Hi Hiamnshu,

 

You can achieve this by :

Onklick Action Button "Add More" : call microflow 

In this Microflow only create the Object but dont commit it. Refresh in Client should be enough.

 

Onklich Action Button "save" :  call microflow 

In this Microflow Commit the List of Object and the Files.

 

Hope this Helps,

 

 

 

answered