Hi All,
I'm having a few issues with parsing a JSON response from a HTTP call.
I receive the JSON response and I try to parse this response, I am having trouble extracting the data I need from the response.
Example Response:
Solved! Go to Solution.
Hi @thomas1992UK ,
Unfortunately, I am not able to provide a suitable method to extract the data from this response temporarily.
Because the object name is not fixed, so we could not get the property value by using the object name.
Do you have any other methods to get the id?
Best Regards,
Proud to be a Flownaut!
Hi @thomas1992UK ,
It seems that it is difficult to extract the data you need through Parse JSON.
First of all, timesheets is not an array, it is an object, so we cannot traverse it by Apply to each,
Second, the name of the object contained in timesheets is not fixed, which also prevents us from obtaining the object value through the object name.
If you can get the id first by other methods, maybe we can also extract the data by id, but it seems that your current need is to get the id.
Best Regards,
Hi Barry,
Could you help me with the following:
Split the output in to sections - e.g get the output like the below.
Hi @thomas1992UK ,
Unfortunately, I am not able to provide a suitable method to extract the data from this response temporarily.
Because the object name is not fixed, so we could not get the property value by using the object name.
Do you have any other methods to get the id?
Best Regards,