Hello! I have some trouble storing data. I currently have a workflow that is:
Particle -> Device Get -> Conditional{ {{data.name}} === ‘Temperature’ } -> Device state for temperature AND Device state for humidity -> Debugger.
I can view the data coming in the debugger. I can also view it in table format on my dashboard + on graph BUT only as a livestream, not as historical data!
I’m clueless here. I can see the data and it is being shown in various places, but I want to store it
edit1: picture of dashboard: https://imgur.com/a/UbjJQ
edit2: I’m using Particle Photon integration if that helps. I might have to switch to regular webhooks if I can’t get it to work / no one answers this thread.