convert look up array result to comma separated values
Mothe Sriram
0
Reputation points
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 ]
Sign in to answer