No "Exports" available from python action.

Hello

I have created a Python action that performs a GET request. It does so successfully but upon attempting to pass the response data I am unable to do so. The logs from the Python event show the response correctly but the Exports tab is greyed out. After reading the documents my understanding is that you can create exports using the given template in a Node.Js action.

My ultimate goal here is to pass the response data to the body of a POST request which would come next. I am new to Pipedream and still learning.