I was working on creating the below script for moving notes to a data table but I was noticing there does not appear to be a "task.notes" variable. Does anyone know if this is possible or potentially making the below work?
if task is not None:
row = incident.addRow("task_notes")
row.task_id = task.id
row.task_name = task.name
row.notes = task.note
------------------------------
Josh Chappell
------------------------------