I have NoSQL data logger, Mariadb
It simply stores three different fields :
Room
Timestamp
Activity
I can add data, retrieve it in dashboard and display it in ui-table, but really can not understand how can I set static filter like "Room = 2"
I Crawled by examples, but can't really understand it and I stuck there. I tried to send commands from function node but can't do it.
List does not react or displays blank table. Debug node shows command injected.