My workflow regularly compares files stored at path X with prefix Y with files stored at path Z with prefix Y. I'd like to set up the workbench in such a way that I'd copy the workbench for a project and only have to edit the Y parameter for it to read in the required files, i.e.
Read: $(Path_to_X)/($Prefix_Y)*.csv
Read: $(Path_to_Z)/($Prefix_Y)*.csv
Can this be done, and if so, how?
Thanks!