-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi. I'm not sure if I'm doing something wrong but I can't seem to pass the msg directly out of the function node from your example, into the mytimeout timer and have it read the override values correctly. It keeps using the default values.
However if I pass the output of the function through a JSON node and then into mytimeout node, it works.
I couldn't figure this out for a while as your example looks like its passing the function output directly to the mytimeout node.
Is this expected?
Thank you!
This is not working:
https://hastebin.com/nibefacore.json
I pass directly out of function to mytimeout
This is working:
https://hastebin.com/geciwoduka.json
I pass through json node and then to mytimeout
ps: There is a small typo on the info page inside NR.
