How to add listview item data to another entity?

0
I am having a listview in my app where each listview item has add button by clicking that button that item data should get added in another entity. How should I achieve that?
asked
1 answers
0

Hi chaithanya , 

On the add button you can call one microflow , for that microflow the list view object will be the input source , in the respective microflow use create object activity , where you can add data to another entity

answered