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 / Collection combination
Power Apps
Answered

Collection combination

(0) ShareShare
ReportReport
Posted on by 565

Hi everyone,

 

I have two collections with these values and I need to get a collection combining both.

The idea is to get one record for each day of the current month for each employee.

 

EmilioRoqueta69_0-1715700705159.png

 

 

Thanks for any help! 

Categories:
I have the same question (0)
  • Verified answer
    DJ_Jamba Profile Picture
    2,837 Moderator on at

    Hi @EmilioRoqueta69 

     

    Try:

    Clear(colResult);
    ForAll(
     Distinct(colEmployees,Employee) As EEs,
     ForAll(
     colDaysMonth,
     Collect(
     colResult,
     {
     Date: Date,
     Employee: EEs.Value
     }
     )
     )
    )
  • EmilioRoqueta69 Profile Picture
    565 on at

    Thank you DJ !

  • DJ_Jamba Profile Picture
    2,837 Moderator on at

    You're welcome!
    d(-_-)b

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard