Hi everyone,
I would like to ask can outsystems to do schedule job to export excel file and upload to FTP?
e.g export excel file at 11:59pm everyday and upload to FTP automatically.
Is possible, please let me know what is the function name to do this.
Thanks
Hi,
You can define a timer to start a service action to generate the excel file. To then could use one of the forge FTP components to transfer the generated file.
Regards, Daniel
Hello Daniel , Can you give any sample example for this