Cannot parse the API request response

Hello, I’m trying to work with API response, I’ve been reading some posts in the community and can’t find what might be wrong.

I have a Make a request module and seems it works fine - it returns the data in the output. But when I try to access this received data in other following modules, I can’t. Did I miss some setting somewhere? I’m sending screenshot of the configuration, output and what I see in the following module.

(I ran the scenario couple of times as it is mentioned under parse response option). Greatful for any tips.



Thanks!

Hey there,

best guess is you ran the module after the next one was placed so it doesnt know what the data format is.

Try saving and reloading the scenario and/or updating the module the following module so it pulls the new data.

Welcome to the Make community!

I’d try to run the full scenario again, or at least the two modules together, so that the subsequent module gets a new “example” of the output variables from the HTTP module.