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 / Title field in SharePo...
Power Apps
Unanswered

Title field in SharePoint loses value after edit

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

I have a customized SP List using PowerApps and i have somewhat of a strange issue happening.  After submitting a form the title field in SharePoint List gets a concatenated value from 2 lookup fields within my PowerApp. Like the screenshot below.

skarthanal_0-1660152341354.png

 

After Saving, the line item in the list it looks like this. Where the title field concatenates the WFS Account and Existing Site Url fields

skarthanal_1-1660152481045.png

After opening the item and just clicking on edit all (making no changes, just clicking edit and save).  The title field becomes blank although there is still both values within the list?  I am tryign to figure out why that title field goes blank.

skarthanal_2-1660152599493.png

 

 

 

 

Categories:
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    Check the Update property of the Title card and see if it reflects what you want to happen.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I think it might be here.  This is the default for the Title Data Card Value

    If(ExistingAccountToggle.Value,Concatenate(DataCardValue3.Text," ","-"," ",DataCardValue12.Text),Concatenate(WFSAccount.Selected.Name," ","-"," ",WFSAccount.Selected.SalesForceID))

     

     

    skarthanal_0-1660156769472.png

     

    skarthanal_1-1660156803540.png

     

     

    On update the Title_Datacard1 is set to DataCardValue1.Text

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @Anonymous 

    With({toggleon:If(ExistingAccountToggle.Value,
     Concatenate(DataCardValue3.Text," ","-"," ",DataCardValue12.Text),
     Concatenate(WFSAccount.Selected.Name," ","-"," ",WFSAccount.Selected.SalesForceID)
     )},
     Coalesce(Parent.Default,toggleon)
    )

    If you put the formula above in the Default property of DataCardValue1.Text then when the form is in New Mode, it will show the first concatenation formula if the toggle is on and the second concatenation formula if the toggle is off.

    When the Form is in Edit mode, it will show the previously chosen data.  I am not sure that is what you wish but if not, please specify the result you want. In either case, you may wish to disable the card so that the user can't change it as I am inferring from your formula that the result is calculated either way and does not require input into DataCardValue1. 

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard