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 Show multili...
Power Apps
Unanswered

PowerApps Show multiline value

(0) ShareShare
ReportReport
Posted on by 742

Hi All - I know PowerApps is funky with SharePoint multiline appended text fields ... Ideally I'd like to show all the appended notes - but I know that's not OOB -- my more important issue is .....

 

I can enter a new value into that field and save it thru Power Apps - works fine where I see the last entry I made - but my problem is if I submit the form again - updating a different field - no this multiline one -- when I go back into it the last entry doesn't display anymore. Is there a way to always see at least just the last one? 

I tried these 2 options - no go 

First(Split(ThisItem.ClarificationNotes, Char(10))).Result
FormCustomer.LastSubmit.ClarificationNotes

 

Thx in advance 

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @ctedesco3307 

    • Add a new multiline text field to your SharePoint list.  Call it NotesHistory
    • Set the Update property of NotesHistory to 
      • ThisItem.NotesHistory & " " & DataCardValue7.Text // where DataCardValue7.Text is the ClarificationNotes textbox, not the one in the NotesHistory card!
    • Set the DisplayProperty of the NotesHistory card to Disabled to prevent users from changing the history
    • Bells and Whistles to Identify the time and date of the comment change:
      • ThisItem.NotesHistory & Char(10) & 
        "Note Date: " & Text(Now(), ShortDate) & Char(10) &
        DataCardValue7.Text
  • ctedesco3307 Profile Picture
    742 on at

    @Drrickryp  - thanks for the tip!! - it almost works but every time i submit the form that last value entered keeps appending on over and over again is there a way to stop that and just shoe the last value entered? 

     

    ctedesco3307_0-1677251681693.png

    ctedesco3307_1-1677251793133.png

     

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @ctedesco3307 

    Please read my instructions again.  You need a separate multiline NoteHistory column in SharePoint different from the multiline ClarificationNote column.  The DataCardValue mentioned in the Update property of the NoteHistory card refers to the textbox in the ClarificationNote card. not the one in the NoteHistory.  The NoteHistory card should have a DisplayMode property of Disabled.  

    From your screenshot, it doesn't appear that you did any of these things.

  • ctedesco3307 Profile Picture
    742 on at

    @Drrickryp I don't know what screen shot you are looking at but I clearly DID all of those things. You can clearly see the ClarificationNotes field and the NotesHistory field being separate on the form. The SharePoint screenshot only shows how the values from ClarificationNotes are appended.  Please read my response again. 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @ctedesco3307 

    Sorry if I misunderstood but please post the name of the textbox control in the ClarificationNotes card, the name of the textbox control in the NotesHistory card and the Update property of the NotesHistory card. 

    Is the ClarificationNotes card where the user puts in his notes? 

  • ctedesco3307 Profile Picture
    742 on at

    @Drrickryp 

    No problem. I actually got what I needed though flow to see all the version history entries, but to answer your question - DataCardvalue35 is my ClarificationNotes field - in my original example it was DataCardValue7, I can see where the confusion came in. I recreated the form.   

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!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard