Thomas
Thomas5mo ago

nodes do not parse input values

In 4 out of 5 cases nodes do not parse input variables correctly. There is a lot of trying out, copying back and forth until suddenly it somehow works. However this is frustrating for me.
No description
No description
Solution:
@Gaurav Chadha oh Yes! Thank you! You saved me 🙂
Jump to solution
4 Replies
AI Support
AI Support5mo ago
If you're experiencing issues with nodes not parsing input variables correctly, it could be due to several factors, such as incorrect variable references or syntax errors. Here are a few steps to ensure you're using input variables correctly: 1. Check Variable References: Ensure that you're referencing variables correctly using the dot operator. For example, if you have an array of objects, you should access properties like variable[0].propertyName. 2. Node Configuration: Double-check the node configuration to ensure that all required fields are filled out correctly and that you're using the correct variable names. 3. Testing and Debugging: Utilize the testing and debugging features in BuildShip to see the outputs of each node. This can help you identify where the issue might be occurring. 4. Documentation: Refer to the BuildShip documentation for detailed guides on how to use nodes and variables: - Ship an API - Triggers If the issue persists, please submit a detailed report via the in-app support button for further assistance.
How to SHIP an API – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
What is a Trigger? – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Gaurav Chadha
Gaurav Chadha5mo ago
@Thomas In the second screenshot, it seems that the selected type of the expression editor is set to Text instead of JavaScript, ensure that the type is JavaScript to get the expressions with variables work.
Solution
Thomas
Thomas5mo ago
@Gaurav Chadha oh Yes! Thank you! You saved me 🙂
AI Support
AI Support5mo ago
It looks like your question was resolved. If you have any further inquiries or need additional assistance, please submit your request via the in-app support button.