Hello. I have a Python Code Block that is running a large call with API. I had to break up the Code blocks due to the 30 runtime limitation.
I need to feed the entire output as a single JSON into the next code block but it doesn’t provide the entire JSON as an input and is wanting each key/value as an input.
Is there any way around this?