Hello!
When a response is received from the server, the response is stored in a variable.
From this variable, need to split the resulting text or values into 2 different variables.
For example, 376 - 447 - in this form is stored in a variable.
Or this json {“a”:“376”,“b”:“447”}
That is, this result must be divided and stored in two variables.
There is an action to parse JSON into a structure variable
Yes! I got to the structural variable where the result is [Structure].
From this structure, how to separate and display the results?