How can I add a column in my CSV/Excel export displaying the date and time of when the report was generated?
In the Data Settings, you can enter the variable {{ _current_datetime }}
in the Calculated Fields section to include a column displaying when the report was generated.
The output will look something like this:
To change the date and time formatting, you can use the format_datetime() function.
App: EZ Exporter
Tags: calculated fields, custom fields