ADF and Expression...and parameter....Please help!

Mike Kiser 1,536 Reputation points
2021-06-17T00:40:12.437+00:00

Hi @Nasreen Akter @MartinJaffer-MSFT @KranthiPakala-MSFT

This just popped up out of nowhere today:

I have this in my SELECT for a COPY Activity

WHERE (employeeId = @{pipeline().parameters.childparam})

And looking in the Activity Runs I see employeeID = 126855 BUT
It should be employeeID = '126855'

How can I do this? And if I need a SET VARIABLE how do I show it in (employeeID = @{pipeline().childparam nomenclature?

Thanks so much! Sorry but these are all very urgent.

Thanks!
Mike Kiser

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,565 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 32,026 Reputation points MVP
    2021-06-17T04:56:06.253+00:00

    Hey @Mike Kiser ,

    Use :

    WHERE (employeeId = '@{pipeline().parameters.childparam}')

    Hope this helps. Do let us know if you any further queries.

    ---------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.