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 / Add column to a list
Power Apps
Unanswered

Add column to a list

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I have an app with :

_A Datepicker

_A text entry named TextComment

_A Gallery with a list of names with checkboxes attached to them wich is linked to a list names AGENT_LIST with only 1 column named "AgentName"

_A button

 

I would like to add a column to the AGENT_LIST list with the date from datepicker as a title and the text entry as the content, but only for the names where the attached checkbox is active.
I tried to use the AddColumn function but i get multiple errors.

 

Here's what I tried :

 

AddColumns(
 Filter(
 AGENT_LIST,
 CheckBoxAgent.Value = true
 ),
 {
 Text(DatePicker1.SelectedDate, "[$-fr-FR]dd/mm/yyyy"),
 If(CheckBoxAgent.Value, TextComment.Text, "")
 }
)

 

 

Any ideas ?

Thanks!

 

Categories:
I have the same question (0)
  • WiZey Profile Picture
    3,023 Moderator on at

    Hello @QuentinS ,

     

    What you're trying to do is impossible.

     

    "AddColumns" requires three parameters:

    - The datasource

    - The name of the new column (must be a string)

    - The value of the new column

     

    As the name must be a string, you can't reference a control to name the column

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard