Hi,
I am a noob and trying to solve the following problem.
I have a node which outputs an object with 2 keys, I would like to extract the values of these keys and save them for further processing.
I know you can directly access the value by copying the path from the debug screen and use this path to get the value belonging to that key.
In my case, the key is actually a timestamp and therefore changing between every message.
What would be the easiest option to get the values while the keys are changing?
This is the object that the function node returns, I would like to capture the values (15389 and 19733) belonging to the two timestamps in from "result:"
{"result":{"2024-08-30":15389,"2024-08-31":19733},"message":{"code":0,"type":"success","text":"","pid":"3elWV60q","info":{"latitude":12.5929,"longitude":8.012,"distance":0.07,"place":"Grotestraat 109, 5321 VB Boxmeer, Netherlands","timezone":"Europe/Amsterdam","time":"2024-08-30T16:28:41+02:00","time_utc":"2024-08-30T14:28:41+00:00"},"ratelimit":{"zone":"IP 91.132.41.166","period":3600,"limit":12,"remaining":5}}}