Getting Data from JSON Format

In order to use the data received in JSON format directly in other process steps, we need to use the information contained in the data. (response is the name of the variable we received in JSON format.)

{"status":"success","balance":"8.982"}

We can use the data in JSON format that we have taken as an example in our processes as follows.

image

1 Like