Hi,
I want create a collection which is an exact replica of another collection, How can I achieve this ?
Thanks,
Sakthi S.
It's not working.
Collect(collCustomerMasterfinal,collCustomerMaster);
I can see data in collCustomerMaster but new collection collCustomerMasterfinal is blank.
Hi @Sakthi1
Please let us know if anything needs on your post. We can help with this.
Please mark the post as Solved If I have answered your question.
Please give it a Thumbs Up if you find the suggestion helpful
Thanks,
Stalin - Learn To Illuminate
Hi @Sakthi1
Try this
ClearCollect(Col1, {name:"Sakthi"});
ClearCollect(Col2, Col1);
Thanks,
Stalin - Learn To Illuminate
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473