Hi,
I've faced an issue in various situations where the DataPrep Export element may crash if the source file is missing. I'd like the process to complete normally even if the source file isn't present.
I've noticed that the DataPrep Export element only fails when a specific Load Plan is selected. In a sample case below, the element doesn't fail with 'Detail' or 'Sort' but if 'GroupBy' is selected, the element fails. I don't understand why this happens.
I'm asking if anyone has an idea of how to avoid this issue? So far, I've been working around the issue with the Api.GoToItem method (which my previous question was about), but that's not an option for the process I'm developing. I don't know if the fix in version 2025.0 below is related to this? We are still using version 2024.1.
"Detail" or "Sort" selected:
"GroupBy" selected:
Any help would be greatly appreciated!
-Lasse