Hey,
Since the ask is to get the file name that trigerred the ADF pipeline via blob trigger :
Add a parameter to your pipeline, say, triggeringFile
.
When you create the trigger, a form pops-out on the right side - after submitting the first page, a second page pops-out - this will ask for a value for the pipeline parameter triggeringFile
. In that box, put @trigger().outputs.body.fileName
If the format you gave is the standard then your table name is just @{split(pipeline().parameters.triggeringFile,'_')[0]}