web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Merge two collections ...
Power Apps
Unanswered

Merge two collections into one

(1) ShareShare
ReportReport
Posted on by 16

CaptureAudio.pngCaptureImg.png

Hello, I need your help.
I have two collections that you would like to combine into one.

First collection: ColPiecesJointeAudio.
Second collection: ColPieceJointImg

I would like to create a third ColPieceJoint collection that brings together the two collections.

I tried this but it doesn't work

ClearCollect(
    ColPieceJoint, ColPiecesJointesAudio, ColPiecesJointesImg
)
CaptureAudio.png
CaptureImg.png
Categories:
I have the same question (0)
  • VeGETzX Profile Picture
    367 on at

    Hi @Deyves,

     

    Since both collections have the same structure, the ClearCollect() function you used to create ColPieceJoint should work fine.

     

    Are you receiving any error messages that indicate why it might not be working?

  • timl Profile Picture
    36,944 Super User 2026 Season 1 on at

    Hi @Deyves 

    Can you try the following to see if that works better?

    ClearCollect(
     ColPieceJoint, ColPiecesJointesAudio
    );
    Collect(
     ColPieceJoint, ColPiecesJointesImg
    )

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard