Hi,
I'm new of Node-Red.
I want to filter a data table of mysql database with 2 date picker, but I don't success to read the previous variables of function.
Someone can help me?
Thank you
Use a join node before the function node to ensure both values are in the msg entering the function.
Use the join node in key/value mode.
See this article in the cookbook for an example of how to join messages into one object.
Thank you so much!