How to use realtime_data/input/access/read in Node-RED

Hello,

I was able to get realtime_data/input/access/read to work in the web interface UI for the datalayer. However it was proving tricky to get it to work in Node-Red or yarc. How do you add an input parameter to a Datalayer Request node using READ method in Node-RED?

Best reply by nickH

Hi Jamie-61

to do it from Node-RED you have to select "READ_WITH_ARG" and send an object as payload with your read request. I attached the flow as .json.

One additional hint: the dev-tools of your browser (F12) can help you to see what requests get send when clicking in the web-ui.

Best regards,

Nick

flows.json
2.27KB

View original
1 reply