I am experiencing an issue with the input tool generating the following error message
'Input Data(1) Can't find the file "C:.....path......\filename.shp". Make sure the file path is correct.'
Here is some additional background:
- The workflow and 10 other files were all moved from one SharePoint folder to another SharePoint folder in the same organization
- The other file types in the workflow are csv, xlsx and yxdb and do not generate the same error.
- All files are using relative paths.
- All files including the shp file can be read using the Directory Tool
- The file is not corrupted.
- The shp file in the original directory still functions for the original workflow.
- The issue with this file type also occurs in other workflows that have been copied to the new folder.
NOTE: I have used a separate WF to generate the spatial objects that I need from the file and save them into a .yxdb. This was not ideal as I would prefer to have all of the steps in the same WF, but it allows the WF to run. The data is historical so the objects are not going to change, but I am hoping to understand potential causes of this issue to avoid similar scenarios in the future.