We need to display the appointment Cancellation Reason using a custom value, for example {{ appointment.notes.cancellation.reason }}. Currently, {{ appointment.notes }} outputs all notes, but we only want to display the Cancellation Reason.
Thanks in advance!