what is the proper notation to access
what is the proper notation to access arbitrary data from the output of an upstream node?
2 Replies
This is a correct way, using template literals, just to check, if your
Thread ID variable values, if it is already having id, then referencing it via dot operator is not required.Thread ID is an object with multiple key/value pairs. I need to access a specific key/value (the id key/value) within that Thread ID object.
I am trying to REFERENCE such id key/value in the URL parameter of node downstream.
What you see in the screenshot is the notation I am using but it is causing the node to error out. Therefore, this cannot possibly be the correct way to reference the key/value.