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 / PowerApps continues to...
Power Apps
Unanswered

PowerApps continues to change a concatination string into static text

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a table object that I'm filling using the ShortByColumns/Filter method and it populates the data correctly.

 

There is a Title object under the Table where I have been setting the 'DisplayName' with

 

"Success Engagements for " & 'CMB:SelectCustomer'.Selected.Title

 

It populates the title correctly and operates as expected for the entire session.  However, once I save and publish and come back into that screen it has changed the code above to:

 

"Success Engagements for Test Customer"

This is the last customer that was selected before I saved and published.  I've changed this so many times now and it is always the same behavior.

 

What is interesting is when I RUN the application that I just published, it runs exactly as expected.  However, unless I go change this code, the next save/publish is going to make that title static.  (it took me a long time to figure this out... I thought I was going crazy) 😉

 

 

Has anyone else seen this?

 

Tom.

Categories:
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Happened to me once also Smiley Frustrated

     

    edit : with concatenate() function

  • Sofie_D Profile Picture
    260 on at

    Do you have the same problem if you replace

    "Success Engagements for " & 'CMBSmiley FrustratedelectCustomer'.Selected.Title

    With

         

    Concatenate("Succes Engagements for ", CMBSmiley FrustratedelectCustomer'.Selected.Title)

     

  • T.Grounds Profile Picture
    Microsoft Employee on at

    So I tried your suggestion  with the best of hopes but what I ran into was after 3 times navigating away from the screen and back it replaced the Concatenate with the literal of the last one I selected.  It didn't take me having to save and come back into the app for it to change.

     

    So, in short, yes, it is doing the same thing using Concatenate() as it is with " " & variable

     

    This appears to be some type of bug.

     

    Thanks!

    Tom.

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 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard