Hi,
I’m currently checking out n8n and came across a question that I haven’t found an answer to.
Let’s say there is a sensor represented by a sensor-node in the workflow. It provides an object of type SensorData. Then there is a dashboard-node that takes a SensorData object and sends it to my dashboard.
Is it possible to check the input data in the dashboard-node for compatibility before running the workflow? This would mean that a node that does not provide a SensorData object can’t be connected or shows an error when connected to the dashboard-node.
Thank you very much for your help!
Kind regards,
Christian