Hi Community
I am creating a excel report for the process owner.
So far I am able to write the reference, status and date using this method:
- Build DataTable
- Get Queue Items
- For Each
- Add Data Row (use property Array Row like this { QueueItem.Reference, QueueItem.Status }
- Write Range
I addition i would like to get the exception reason from the queue and write it as the fourth column.
How is this possible?