Announcements
I'd like the SharePoint Title column to be a concatenation of a couple of text fields. Since I can't do this as a calculated value in the list itself I am trying to do this within the PowerApps form. I have tried everything I could find, UpdateContext, Set and just trying to set the DataCardValue10 (which is the title field) to a value. I even tried setting it to just simple text, but nothing seems to work. What am I doing wrong?
Thanks for your help.
@Anonymous
On the Title datacard default value, change the formula to -
Concatenate(ThisItem.Title,"-",ThisItem.YourOtherField)
Thanks,
Prashant
Please mark this accepted if it is working
Hi @Anonymous ,
To set the title column, inside the edit form, you need to first unlock the title data card, then select the textinput control, set its Default property to:
And if you want it to be concatenation of a couple of text fields, then you could set the Update property of this data card to:
Concatenate(DataCardValue9.Text," ",DataCardValue10.Text)
For more information about Concatenate function, you could refer to:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-concatenate
Regards,
Mona
It was actually a little simpler, but your suggestion helped. I just had to put this in
"Employee Request - " & Proper(DataCardValue11.Text) & " - " & DataCardValue12
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 397 Super User 2026 Season 2
Mohsin Ali 354
WarrenBelz 232 Most Valuable Professional