How to Get Data from web json

How can I get Credits data from this JSON Response

{
“ErrorCode”: 0,
“ErrorDescription”: “Success”,
“Data”: [
{
“PluginType”: “SMS”,
“Credits”: €0.6991
}
]
}

Capture
This block not working

Using [Free] Json To Dictionary Extension

3 Likes

@dora_paz he also can use json to text from web component

Extension works better with jsons that contains arrays

1 Like

Thank you so much

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.