How to create one extra custom row in a List view

0
Hi experts,   my requirement is to create List views where from one List view (List view 1) I have to create List of objects{List view 2} from Parent list view object. And once the number of object or row from (List view 1) is over I want to create one addition Row as Misc in list view 1. I have attached the screesnhot.   Done from My end: I am able to create a nested List views but unable to create that one extra row called MIsc Things done from my end:    
asked
1 answers
0

Hello,

I think you should have this Misc as an extra object in order to achieve this, in ListView1, but what I am curious is: Why don't you add a new ListView in the end in case you don't want this Misc to be part of the objects of your ListView1? 

The other solution, is to achieve this with a Microflow Data source in List view, where you create the List desired and in the end of the list, you add another Object to the list with the Create Object and Change List activities (Add Newly created object)

 

Regards,

Fjordi

answered