If "some file path location" mean a location on a disk, it's not possible. If you mean your local disk, the web application in Azure can't connect to your machine and manipulate data there. If you mean a disk on AOS, it's technically possible, but you'd be able to access the file, so it's not useful either.
What you can do is storing file in cloud and download it later, exactly as you can do with data management, which is the usual tool for this task (it support both export to Excel and batch execution). Or you could develop code to store the file somewhere in Azure and connect there (e.g. map cloud storage as a network drive). Or you can use Recurrence Integrations Scheduler (installed locally) instead of a batch in F&O.
The piece of code you're trying to use offers the file to a user for download, but there is no a user if you run it in batch.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.