I am designing a workflow where I have a filter condition to check if a file needs to be updated or not. Even when the condition is not met, Alteryx executes the True path with 0 records. This results in the file getting updated with null values. I want to retain the original content of the fie if the condition is not met.
How can I achieve the same?