Basically I’m trying to use the inputs from previous nodes in MongoDB. The problem is that when I try to reference the data it uses the value as the key, so the only way to use inputs if the data is in the previous node.
Is there a way to use the data from previous nodes? Thanks
Can you give an example of when you’re running into this? Have you tried using an expression starting with $('MongoDB'). (or whatever you may have renamed the MongoDB node) and seeing if you can reference the items that way? It’s unfortunately difficult to give specific examples without knowing your exact data structure, but that should get you started