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 a column and fi...
Power Apps
Answered

Adding a column and filling with same value to a collection

(1) ShareShare
ReportReport
Posted on by 113

I'm trying to do something seemingly simple but can't work it out.

I have a collection to patch to a SharePoint list. I need to fill all existing rows with additional columns, all existing rows having the same value in those new columns

e.g.

colCollection1:
Title
Item 123
Item 234
Item 345

I need an AddColumns function to add two columns and also fill them down with the same value

Title          ScheduleDay     UserID
Item 123        220                ID345
Item 234        220                ID345
Item 345        220                ID345

Is this possible?

Categories:
I have the same question (0)
  • Verified answer
    JamFestival Profile Picture
    113 on at

    I managed to work it out. I needed to take my initial collection and use a 'ForAll' function and 'Collect' function to create a second collection with the additional columns:

    ClearCollect(collection1,ShowColumns(Filter('sharepointlist', 'condition' = "true"),"Title"));
    ForAll(collection1,Collect(collection2,{Title:Title //Title from collection1

    ,columnname1:data,columnname2:data,columnname3:data,columnname4:datacolumnname5:data,columnname6:data})); //Additional columns of set data

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard