Variable Node not working

I have integrated an api , to retrieve the relevant details out of it i’m using a function, the return value of the function is an object inside which i have added all of the required data that i need from an api, it is not returning while accessing it in a variable node.
P.s: attaching screenshots to support the issue
Screenshot 2022-11-25 at 6.18.07 PM
Screenshot 2022-11-25 at 6.18.34 PM
Screenshot 2022-11-25 at 6.19.02 PM

1 Like

Couple of checks

  • While returning the function — Are you storing the response in an object?
  • While setting the values from the object into a global variable — what is the variable format you’re using

Hi Gautham,
Yes, storing it in an object variable.
accessing the variable as a dot notation with the key of that particular object.