I am working on creating a comment history and having trouble fine tuning a couple items.
1) How do I get the last comment to show on top? Right now new entries go to the bottom
2) If the textinput filed is blank to not record and entry.
Scheduler Comment Card has this for the Update value.
ThisItem.'Scheduler Comment History'&Char(13)&TextInput1.Text&" "&Text(Now()," "&User().FullName&" "& ShortDateTime)&Char(13)
The first text field is a inserted text input field called TextInput1. I am using it to capture comments to append to a SharePoint list column called Scheduler Comment. It works great but would like to fine tune it based upon the question above.
