I have copied data to azure blob container using the copy activity.i was able to use that to trigger my azure function using Blob trigger.However my req is to call the azure function activity that can be configured in azure datafactory pipeline.to that i need to pass the blob container path so that the azure function based on the HTTP trigger can read from this path.Blob trigger works but isnt allowed.Any idea as to how to get the path of the container and pass it to the azure function activity?
And the output of the path in the request sent to the HTTPTrigger of azure func looks like this
This is where i need the fully formed path post the copy say folder/myfolder/2010/10/01 However i dont.
-----------------------UPDATE----------------------------------------------------
this is the sink dataset

with the connection of the dataset(sink)like this

and my copypipeline looks like this

ran the debug and the copy instead of folder/myfolder/2020/10/01 gives folder/myfolder/@variables('data')






