July 26, 2022 at 6:47 pm
I am needing help in passing a dynamic value from the trigger into the parameters/variables of the ADF pipeline. What I have so far is:
When I hit Debug at the top, I can simply place 2022-07-26 into the parameters of the pipeline and the output of the Set variable activity will show me that the value is 2022-07-26.
However when I hit debug or when the trigger fires, I want to do something like: @formatDateTime(utcnow(), 'yyyy-MM-dd') or @formatDateTime(pipeline().TriggerTime, 'yyyy-MM-dd') or @formatDateTime(@trigger().startTime, 'yyy-MM-dd')
And, if I attempt to use those three in debug mode or set the trigger to one of them I literally get that exact same string back as is, no date is being populated.
How can I pass dynamic content from debug mode or the trigger parameters into my pipeline?
Any and all help will be greatly appreciated.
Thank you
July 27, 2022 at 7:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy