I have a code that is pulling a zip file from a URL, downloading it and breaking apart pieces of it that I need. I can get the zap to fully work for a test, but when I turn it on, the step between running two different pythons fails. The output from step 6 I am trying to use in Step 7 but that connection breaks everytime it runs in real life.
This is an example output from Step 6 :
and then I am trying to use this input in Step 7
it all shows connected and again I can run a test through each step and it works. But when I turn it on, Step 7 always fails when it runs triggered because it says the json_data is missing.
Can someone please help, or guide me to a previous discussion that addresses this? Or to an expert who can help fix this connection between the two.