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 / Show text from SP list...
Power Apps
Answered

Show text from SP list in multi-line format and append changes to existing text

(0) ShareShare
ReportReport
Posted on by

Hey.

 

I have an application in which I would like to show the comment history, so I set the column as multitext with the ability to append changes to the existing text.

The problem is that if I want to display these comments in the power app, it only shows the first entries.

In which control should I display this kind of data?

 

Thank you in advance.

Categories:
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @ShockWave21,

    For the previous comment history, we are unable to recover and get it, for the following comment, we could use an expression to append the previous comment with the current comment.

     

    1). You should capture which record you want to update the comment, and add a TextInput to input your new comment.

    2). Add a save button and set OnSelect as below:

    Patch(Data,LookUp(Data,ID=xxx),{Comment:LookUp(Data,ID=xxx).Comment&","&TextInput1.Text})

    3). To displayt the comment historySet the Default property of a TextInput or Text property of a Label as eblow:

    LookUp(Data,ID=xxx).Comment

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard