Push data from Logs to other steps or apps

In my case, I have an already built Python code that needs to run through Google Sheet rows and print results. It would be very helpful to use the data in Logs for other steps or push it to other apps.

Hi @jack-ai

Just locking this thread down because the answer is already in our original discussion here:

It is not possible to link data from logs to other steps and actions.

You’re looking for Step Exports. If you need to replace your print statements in Python code with an export statement and name the variables you’d like to export.