I have a Zapier Table that I need to export once per day as a CSV and send via EasyFTP.
I’ve been trying to build this using help from the AI assistant.
It builds the zap using a Python step and it works - however it only generates the first row (headers).
Assuming this is the correct approach, what should the Python code look like to get all rows?




