I have a sharepoint list where a text field is configured to append entries to previous ones. In an app, I want to create a way to see all entries in that field. But ThisItem.Notes only pulls the last entry.
I thought this would behave like a 'container' so that I could create a gallery and say that
Items=ThisItem.Notes , but no cigar.
I saw this was asked about 2 years ago and @mdevaney tried to help but the issue was not resolved.
Any ideas?