Share via

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

Mike Kiser 1,536 Reputation points
Jun 17, 2021, 12:40 AM

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.
11,417 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 34,696 Reputation points MVP
    Jun 17, 2021, 4:56 AM

    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.