I have an App where a file path is being populated in a Text Box, and the value updates an Input Data tool. Sometimes though, the file is empty (or the file doesn't yet exist). If this occurs, I would like the workflow to use a default file (which is the filepath I have hardcoded in the Input Tool). Is there any way to get the workflow to continue on with the hardcoded value in the Input Tool if the file that is populated in the Text Box errors out? Basically, I'm looking for: On error, resume with default file instead.
Thanks in advance!