AGENT : 🌊Type of `userid` it s passed as undefine...
# support
b
Hi , i hope y all stay hydrated 🙂 For some wierd reason the 🔌API POST request included in the agent workflow 🚩 doesn t read one of the main types included in it ( a userid ) anymore. I created this node to collect some types that ll be included in the index which is added to the collection , the 🔑(user id) is logged right during the call with the agent BUT when it 📞 calls this API POST endpoint the values becomes undefinded ( ⁠support team or anyone who can clarify and help with this will be appreciated )
c
The issue occurs in the variable flow between workflow nodes. When your API POST request executes, the userid variable becomes undefined because of one of these reasons: 1. Variable Name Mismatch The most common issue is that the variable name in your API request body doesn't exactly match the variable name from your collection node. 2. Incorrect Variable Reference Format Variables in API request bodies must use the correct format. 3. Node Output Configuration The collection node might not be properly outputting the variable. Could you please test and verify these scenarios?
4 Views