Duplicating an object

0
Hi I am creating a shopping app. So , when customer add their package and duplicate that so the same data will be shown as  another object in a list.  I am able to copy but how to show that object in a list.
asked
1 answers
0

Hi Harshita, happy to help!

 

When you duplicated the object, you need to add the object to a list (in a microflow). You can the set that list as an output of that microflow. If you use that microflow as a DS (data source) for a listview/datagrid, you can show a list with the duplicated object.

 

Hope this helps!

 

Maarten

answered