I have connected my Google Sheets to Zapier and successfully retrieved the last row in the trigger section. Now, I want to send the entire row as a single JSON object or form data to my API (or another application) in the Action section—without using Zapier Formatter or Zapier Code.
I tried assigning {{bundle.inputData}} in the request body, but I keep receiving an empty array.
How can I properly pass the data from Google Sheets to my API? Any guidance would be appreciated!



