Am having a power apps form UI and i am having a button in a tabular format/table, called DisplayHistory on which click of this button, will render/display the previous comments from the another splist column called Remarks column value details. Scenario is : today one end user updates the splist item with some details and put his remarks in the remarks column value. Now, tomorrow , another enduser , changes the same listitem/record with some changes in the other column values and added few remarks from his end. At this point, i dont want to override the old remarks, instead , it should be appended/concatenated on the existing remarks. And these remarks, other column changes would be displayed in a separate row or label or as a pop-up window.
If you are just trying to save the new notes. Here is what I did
1. I created a Richtext multi-line column
2. Then, I had an input to accept the NEW data and a seperate read only to show whats already there.
3. When I clicked Save, I grab the new data and append the existing data below it, then update the column. I even added a line for the time and email of who made the additional notes.
works great.
Was this reply helpful?YesNo
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.