sdavidson
sdavidson4mo ago

empty node issue

When I run the node with hard coded items it works, but I get this error when I run the whole workflow. What could I be doing wrong?
No description
2 Replies
AI Support
AI Support3mo ago
It sounds like there might be an issue with how variables are being passed or accessed in your workflow. When you hard code items, they are directly available within the node, but when running the whole workflow, variables might need to be referenced correctly. To efficiently use variables in your BuildShip workflow, you need to understand how to access and use context variables, HTTP request components, and output values from other nodes. Here is the documentation on how to use variables in BuildShip: BuildShip Variables Documentation By following the guidelines in the documentation, you can ensure that the variables are correctly referenced and passed throughout your workflow. This should help resolve the issue you're encountering.
Using Variables – BuildShip
Learn how to use variables, contexts, and output values in your workflow logic.
Christopher30
Christopher303mo ago
@sdavidson if Baby ID is the documentPath, try to use "Log To Console" node before this custom node and log Baby ID's value.