Hello everyone, I am building a scenario in which I call a weather forecast API. The response of the API is parsed under the same variable “Output” so to extract all the variables inside it I was trying to use a parse Json module. I determined a data structure using the “generate” tool. However it looks like make is not recognizing the value inside the “output” variable from the API. I try mapping it but after clicking run it asks me to manually enter the value.
I have tried to use the variable in all types of modules and the same things happens. can someone please help m to solve it?
I attach a screenshot below