Code by Pabbly

cjc

Member
My code runs fine during testing in pabbly, but when the full workflow is run, it sends a blank response.

When I re-run the workflow step by step manually, it works again.

Seems like this is on Pabbly's end. not sure what to do.

1. Manual:

1698863720019.png


VS

2. Automated:



1698863659639.png
 

ArshilAhmad

Well-known member
Staff member
The issue appears to be related to not receiving the correct data from the Google Sheets spreadsheet. When this incorrect data is mapped into your code, it results in a blank response.
1698945757426.png


1698945861699.png


We ran the code exactly as it appeared in the Task History in an online compiler and manually in Code by Pabbly, and obtained the same result.
1698945911184.png



1698945795977.png
 
Top