
Hello,
I was wondering how i can collect them all when we press this Star icon
So those has the same customer name and the result =1 data.
And want to add them all in our new collection
I use this part to collect one selection
Set(SetAsSend,ThisItem)And patch them inside my new collection
Patch(colShippedList; SetAsSend; {'Id (ID)':SetAsSend.'Id (ID)'; PickUp: 1});;But i have no idea how i can manage that to collect them all, when we press the star icon
Also i want to selected one's to remove from the current collection
So it will be only inside the new collection.
Thank you