HI ,
I am working in for each Activity in the ADF , in For each we have copy activity and then we pass the table name to databricks as parameter .
Copy activity supports wild card paths @concat(item().TABLE_NAME,'*')---- its picking correct names like -
A 1st jan2021.csv
A 2ndjan2021.csv
Now we want the same data to passin databricks as parameter @concat(item().TABLE_NAME,'*') ----
but its gives as A*.csv not found