I'm trying to include the filters that the user has used when exporting a report and I can get that text with javascript but how can I include it in the downloaded report (csv, excel, etc)?
Apex provides a section for supplemental text but it's static.
I've looked at the export and download function but those need the report ID and I don't know how to get the report ID of the report getting exported.
APEX Version: 21.2.2
Many thanks.