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