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 / Changing a column name...
Power Apps
Answered

Changing a column name of a collection

(0) ShareShare
ReportReport
Posted on by 59

 

I have a collection with a column named "Dye Date".

 

I corrected the sharepoint list column from "Dye Date" to "Due Date", but the apps still works with the collection column "Dye Date". How can I update the collection column name ?

 

For instance, it's used here :

 

UpdateIf(
    colGridUpdates,
    ID = ThisItem.ID,
    {
        Titre: txtTitle.Value,
        Description: dpDescription.Value,
        'Due Date': dpDueDate.SelectedDate, // Why does it work here ?
        Priority: {Value: dpPriority.Selected.Value}
    }
)
 
Patch(
    Tasks,
    ShowColumns(
        colGridUpdates,
        "Priority",
        "Title",
        "Description",
        "DyeDate", // why I have to use the old name here ?
        "ProjectLookup",
        "ID"
    )
);
 
Categories:
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @trogne,

     

    When renaming a column in SharePoint, you are renaming the Display Name. The internal name will remain unchanged.

     

    Within Power Apps certain functions / references use the display name whereas others (ShowColumns, AddColumns, collections...) reference the internal column name. Should you want to avoid this column name difference, the only workaround I am aware of is recreating the column with the correct name and copying the data.

     

    The following similar topics may provide more information:

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

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