samples icon indicating copy to clipboard operation
samples copied to clipboard

Is it possible to map json array to output claims from REST API Response ?

Open HoaiTriHo opened this issue 2 years ago • 0 comments
trafficstars

Hi, I'm using Technical Profile to make a call REST API and its reponse like this format { "value": [ { "Id": 0000000, "name": "my name" } ] }

I want to map this reponse to output claims but I can not find out a way to do that till now. Can we do according to above way ? Please let me know and share me solution to implement it if possible

Thanks in advance

HoaiTriHo avatar Dec 23 '22 19:12 HoaiTriHo