
Our customer has a need to archive certain set of standard reports and they would like to do it automatically by using some fixed parameter values and the report would be sent to their archiving system - which can receive files via SFTP/API. I'm wondering what would be the smart way to implement this. Moving the reports to archiving system is not a problem e.g. logic app can handle it, but how could the user execute the run of several reports which would be exported as files (maybe pdf) to the some predefined destination. Is it just a quite big modification where user chooses the reports to be exported and then they would be executed via code that would export them to Azure storage? Is there any other way?
Couldn't you use the standard print archive in F&O and then copy files from F&O to the external archiving system?