Hi @jigsm ,
Welcome to Microsoft Q&A Platform. Thanks for posting the query.
We can only pass folder path and file name as parameters to pipeline when using event triggers in azure data factory, please refer to this document. Workaround I can think of would be to add the user id as one column in the file when uploading to blob storage. And lookup activity can be used in the pipeline that can read the first row from the file and user id column value can be assigned to a pipeline variable using set variable activity post this. The variable can be used in a way that is needed and user id can be skipped loading into the destination.
If adding flexibility to pass more parameters to event triggers is helpful, I would recommend to post an idea in feedback forum that is closely monitored by data factory product team and will be prioritized in future releases.
Please suggest if this does not align with the requirement or for further queries and we will be glad to assist.