Retrieve expense description in Report Exporter API

Silvabox
Expensify Customer Posts: 2 Expensify Newcomer
I don't seem to be able to find how to include the expense Description
field in the file generated from the API Report Exporter. It is not included here: https://integrations.expensify.com/Integration-Server/doc/export_report_template.html
...so I thought perhaps it was just an accidental omission. I have tried expense.description
in my template, but it just comes back blank for expenses I have created with descriptions.
How do I include this field please?
Best Answer
-
Could you try
expense.comment
?
Answers
-
Thanks @Ted - that appears to have done it now. I definitely tried that field though! Can there be a delay between - say - adding a comment on the Expense and it coming through on the API? Either that or I did a typo I guess 🤔
I appreciate the quick response 👍️