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 / Adding Values from a m...
Power Apps
Answered

Adding Values from a multi-select column collection to another collection

(0) ShareShare
ReportReport
Posted on by 49

Hi,

 

I'm trying to add some items from a multi-select column in a collection to another collection. For example, I thought that this would work:

 

ClearCollect(colWebDocs, colBasicInfo.webDocs);

 

However, the webDocs column (which is a Table format) specified in the example does not work.

 

Any advice would be greatly appreciated. Thanks.

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,975 Most Valuable Professional on at

    Hi @Bluenose,

     

    Do you have a reference column like ID? 

     

    With an ID column it should be possible to lookup the correct values and add the column into a new collection. As far as I am aware a table format should also work.

     

    Below is an example of that approach:

     

    ClearCollect(
     NewCollection,
     AddColumns(
     colWebDocs,
     "webDocsColumnCopy",
     LookUp(colBasicInfo, ID = colWebDocs[@ID], webDocs)
     )
    )

     

  • Bluenose Profile Picture
    49 on at

    @Expiscornovus Thanks for your input on this issue. Yes it does work, however, I forgot to mention in my original post that webDocs is a multi-select checkbox control, which resides within a gallery. So I used the following simple solution to obtain the same data:

     

    ClearCollect(colWebDocs, ThisItem.'Website Docs');

     

    You're solution would have worked as well, so thanks for your valued input. 👍

     

     

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 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard