i don´t know.
Ok, I’ll repeat the questions I asked before
- put a
debug
node on the output of each node in your flow, check off thesystem console
option and name thedebug
nodes (to make it easy to see what data came from what node) - run the flow
- copy the output from the log and paste it to a reply
You might also want to look at the output and see if each node is outputting what you expect and if it isn’t, look at that node and ask yourself why isn’t it doing what I want it to do.
Remember computers are are very mean and do what we tell them to do but not necessarily what we want them to do
In one of your Change nodes set msg.topic to "zimmerrechts" and in the other set it to "zimmerlinks".
Now does the message pass through the AND node?
BINGO Thnx a lot it runs
This why you should read the help tab for the nodes you are using. They contain a lot of good information.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.