Hi!
So, I have a workbench that takes a shapefile and an excel file as input, does some magic and outputs an excelfile. The workbench works as expected. So far so good. Se image below.
Now, I have a number of shapefiles that I want to process in the same way, so I figured a workspacerunner would be a good solution, instead of replaceing the input shapefile in the image above.
So in a second workbech, I take a PATH as reader, filters out my shapefiles and into the workspacerunner (see img below). Everything seem to be working - but only the shapefile that has the same filename (test.shp in the images) gets treated properly.
So in this example, test.shp get an output excel file that seems fine, but the other two does not.
Any ideas of why that is? My guess is that I’m doing something wrong I can’t share the workbenches I’m afraid.
Cheers!