I am trying to create a copy activity between two Azure Data Lakes GEN1. I have to make the copy over a path where one of the subfolders is varible, for example:
rootFolder/subFolder1/*/subFolder3
where * can take different values, and the copy has to be made automatically for all these possible values, so it was not worth setting that subfolder as a parameter and running the pipeline as many times as the number of possible values.
I would like to know if there is a way to implement this copy activity automatically, I am new to Azure and ADF.