Hi @Harpreet_Tohra,
Have you solved your problem?
Do you want to merge two collections into a new collection?
I have made a demo for you, please add a button and set the OnSelect as below:
ClearCollect(
collection3,
Ungroup(
Ungroup(
Ungroup(
Ungroup(
AddColumns(
collection1,
"date",
collection2.Date,
"time",
collection2.Time,
"class",
collection2.Class,
"group",
collection2.Group
),
"class"
),
"date"
),
"group"
),
"time"
)
)
Hi @Harpreet_Tohra ,
This blog of mine may be of assistance.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2