What is the trick to storing JSON data (below) to a variable?
[{"_id":"634f61387a30e070d77d7289","device":"xDrip-SHFollower","date":1666146595000,"dateString":"2022-10-19T02:29:55.000Z","sgv":135,"delta":-7,"direction":"FortyFiveDown","type":"sgv","filtered":0,"unfiltered":0,"rssi":100,"noise":1,"sysTime":"2022-10-19T02:29:55.000Z","utcOffset":-240,"mills":1666146595000}]
Essentially I would like to separate out a few of those data points to their own variables (sgv, direction..)
Variable type is string.
I've tried both Set Variable From POST and Set Variable From GET..
Thanks.