Hi,
I want to save my scheduled reports in the folder I created on my local server. I already have a groovy script to scheduling but I need to save the scheduled reports in my folder as given format.
Thank you
Hello,
We have something similiar to your usecase provided as an example here.
The difference I can spot is that you will want to use ScheduleAsLocalFileSystemFileAction as the action for the trigger you define.
If you need further assistance regarding this please provide current script that schedules the report.
Kind regards,
Adrian
Hi Adrian,
Thank you