I'm having an issue combining two collections and getting the the results i'm looking for.
Col1=HeaderValue1: TestValue1
Col2=HeaderValue2: TestValue2
Collect(FinalCollection,col1,col2)
FinalCollection yields the following results
HeaderValue1 HeaderValue2
TestValue2
TestValue1
When I'm looking for the following:
HeaderValue1 HeaderValue2
TestValue1 TestValue2
Solved! Go to Solution.
Hi @KUNGFUPANDA559 ,
Try to use below formula instead:
ClearCollect(FinalCollection,Ungroup(AddColumns(col1,"Table",col2),"Table")
Regards,
Mona
Hi @KUNGFUPANDA559 ,
Try to use below formula instead:
ClearCollect(FinalCollection,Ungroup(AddColumns(col1,"Table",col2),"Table")
Regards,
Mona
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
209 | |
194 | |
82 | |
58 | |
38 |
User | Count |
---|---|
303 | |
249 | |
120 | |
83 | |
55 |