convert look up array result to comma separated values

Mothe Sriram 0 Reputation points
2024-04-06T16:54:37.8233333+00:00

I need to get the look up array format result into comma separated values.

Ex : { "count": 652, "value": [ { "Tracked_Item_Id": 7206574 }, { "Tracked_Item_Id": 7206575 }, { "Tracked_Item_Id": 7205950 }]}

Expected output : Value :[7206574 ,7206575 ,7205950 ]

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

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.