How to retrieve the data after deserialise JSON

Hi,

i have JSON data format and i have used the deserialisation and the output is as shown on screen? How do i retrieve certain data from the entire deserialise string as shown below. For instance, i want to extract the data in the red box as shown in the screenshot below

Hi,

Can you try as the following?

Regards,

nope. it doesnt work. as you see in the screenshot

Hi,

Can you share your json as a text file, if possible?

Regards,

Hi @Yoichi

from the screenshot I understand that json you are using is json array and you need to use desterilize json array activity

Hi. You should get a JArray of JTokens. Hope this quick video will help you understand how to get the data (and even modify it inside the JToken):

can you send your json file or if you cant send example to your original file?