I am trying to use wildcard (in expression) inside a dataset. Is it possible?
Basically, here is process:
- Use "Get Metadata" to look for several csv files inside certain folder (within Azure File Share).
- If Structure matches with other one reference csv file (meaning if the file has a header/no header), it will either pass/no pass (using "If Condition").
But, I am stuck at getting the wildcard set up using Expression (dynamic content) inside a dataset.

The error message is this:
Please make sure the file path and filename does not contain special characters. The specified resource name contains invalid characters.
I was basically using something like this expression (some character deleted for confidentiality):
@concat('Check_Detail Center LLC','*','.csv')
If I use the Wildcard file path (using '*') at "Copy data", it works.
But, if I try to use wild card at dataset (inside "Get Metatdata"), it does not work.
Expression itself seems to be fine as it does not give an error inside "Pipeline expression builder".

Is there a way to use wildcard inside dataset?
Thanks.