Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
We have created an Activator that reacts to a csv file being created in a specific Lakehouse Files folder. This triggers a data pipeline in which we want to ingest this file into a Delta Lake table in the Lakehouse.
In the last section 'Setting expression values with the trigger file name and folder name' of the documentation Data pipelines storage event triggers in Data Factory - Microsoft Fabric | Microsoft Learn
, it states that TriggerEvent parameters can be used in the expression builder. Although I can see parameters like 'pipeline()?.TriggerEvent?.Subject', they always seem to be NULL when the pipeline is triggered through the activator!?
Solved! Go to Solution.
Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!
Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!