Extract information from Json

Hi @regina2112

Drag “Deserialize JSON” activity into the designer panel to deserialize a JSON string. Supply a variable to it as input and create an another variable of JsonObject type to use in Output.

image

Use this for reference.

Hope this will be helpful. Thank you.