Announcements
We have a requirement where we need to export/import excel from SFTP server(with private key authentication). It should be automatically at regular intervals.
As X++ code for excel can not be scheduled in batch we have to create a custom entity which is used to create Excel. If we use scheduling feature of Data framework this file needs to be generated at some location what would it be ? Then the point is how it will be shared to SFTP ?
It would be appreciable if someone can explain the flow for this. Need simple approach for this requirement.
Hello AnkitW,
You can use package API/Recurring integrations export data and put file somewhere then copy to your SFTP server.
I disagree with the statement that you can't work with Excel files in batch, but anyway using data entities look like the right approach to me.
You could, for example, create a Logic App that will use a data management API to export data to a file and then it'll push this file to the SFTP server.
André Arnaud de Cal...
293,440
Super User 2025 Season 1
Martin Dráb
232,575
Most Valuable Professional
nmaenpaa
101,158
Moderator