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 / Collect information fr...
Power Apps
Unanswered

Collect information from inside collection

(0) ShareShare
ReportReport
Posted on by 6

Hello maybe somebody can give me advice .
I would like to collect for this table ;

 

7q1glFZsKsDX.png

 

Vacation dates and weeks etc that everything can cooperate with this tabel. 


Thats how looks vacation date chooser. 

 

bV16wMzF2UFg.png

and collection inside 

 

ElXW8Ms0oyOL.png

All what i need is to merge that information with exist tabel.

Categories:
  • elseb Profile Picture
    774 Moderator on at

    Hi,

     

    to use info from different data sources and merge it into one collection you can use addcolumns like this:

    ClearCollect(
     colMergedCollection, //name of the new collection
     AddColumns(
     colCollectionOne, //name of the first collection (ususaly larger of the two)
     "name_of_new_column_1",
     LookUp(
     colCollectionTwo, //name of collection that contains columns to add
     relation_column = colCollectionOne[@relation_column]
     ).name_of_source_column_1,
     "name_of_new_column_2",
     LookUp(
     colCollectionTwo,
     relation_column = colCollectionOne[@relation_column]
     ).name_of_source_column_2
    ))

    and so on.

     

    the relation_column is needed to match the records to each other, not sure if you have a column like that you can use the system id column from the main list and patch it to the second list every time new record is added, or you can create a new column and store GUID() in it.

     

    Seb

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard