I have an export action triggered by Anaplan connect (export of POs)
So a file is created and placed in a folder, the ERP system then read from this file and creates POs in the ERP system.
This action runnes quite often and often the exported file is empty (only headers) so there is actually nothing to export. I would then prefer that the file is not created at all. How can I avoid creating files when there is nothing to export? Please help me figure this out.