Hi Team,
I am running a pipeline that has a metadata activity which in turn calls on a dataflow that uses a date parameter as shown below and this pipeline always failed with the below error.
Parameters:
startDtTm --> @addhours(pipeline().TriggerTime, -24)
endDtTm --> @pipeline().TriggerTime

Error
{"StatusCode":"DF-Executor-StoreIsNotDefined","Message":"Job failed due to reason: The store configuration is not defined. This error is potentially caused by invalid parameter assignment in the pipeline.","Details":""}
On research, I found a similar ticket on GitHub, link mentioned below. In this ticket, the issue was resolved by checking the Expression checkbox
However, when I tried to do the same the checkbox is disabled for me.
https://github.com/MicrosoftDocs/azure-docs/issues/79325
Could you please guide me on how to overcome this issue?
Thanks!
