'Azure ADF, pass scheduled trigger time to every pipeline

I have a build a process in ADF that is triggered to run every day at a specific time, ex each day at 20:00PM. In this process there are many pipelines dependent on each other.

I want to use in some pipelines the scheduled triggered datetime of this process (ex: 22 APR 20:00PM) as a parameter.

I cannot use pipeline().TriggerTime because this is the time when each pipeline started to execute, not the scheduled trigger time of the whole process.

Can you please give my any idea here?

Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source