ADF Mapping Data Flows Concat Error...please help

Mike Kiser 1,536 Reputation points
2021-07-22T16:50:58.193+00:00

Hi @Nasreen Akter @ShaikMaheer-MSFT

I have the following error in the Concat function of my Data Flows and have worked on it several hours...

concat(title,position_costCenter_number,position_manager_employeeId)

with the following error: concat' expects 'undefined' type of argument

how do I convert the last argument to a string if that is the issue (it is probably an INT)

and suggestions?
Thanks
Mike Kiser

117169-screenshot-2021-07-22-114213.jpg

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

Accepted answer
  1. Nasreen Akter 10,811 Reputation points Volunteer Moderator
    2021-07-22T17:24:54.697+00:00

    Hi @Mike Kiser ,

    would you please try toString() function. Thanks!

    1 person found this answer helpful.

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.