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 / Filter and AddColumns ...
Power Apps
Answered

Filter and AddColumns on collection Issue

(0) ShareShare
ReportReport
Posted on by

Hi Team,

I am trying to create a Child collection based on the Filter condition on the Parent collection(30 Records) and then want to add a new Column with a default value but facing an issue. 

 

Currently, I am getting the total children collection Rows counts as  32(30 from the Parent collection and 2 records satisfying the filter condition )

 

Can someone help me with this? Below is my code

 

 

ClearCollect(
 colChildrenData,
 AddColumns(
 colParentData,
 "IsChecked",
 false
 ),
 Filter(
 colParentData,
 column1="A"
)

 

 

 

 Thanks in Advance.

Regards,

Tarun

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @TarunEY

    ClearCollect(
    colChildrenData,
    AddColumns(
     Filter(colParentData,column1="A"), 
    "IsChecked",
    false
    )) 

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard