My workflow cant automaticly run.

Steve_C

Member
Your Workflow URL
https://connect.pabbly.com/workflow/share/C0MCMFQDB2RUHgljUzYNKggcAwcCW1IxVk9WRAQLVy9UGlQRBUQJYw5CV3VVFgFgVRwIYgNcAGUNGQsPAFYAcwYfUn5cX1MpA04HfABNW2gLVQIqVDU#
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
在工作流程中,我设置了 WordPress 表单自动填充到 Google Sheets 中。我的测试数据可以正常发送到表格,但表单提交后表格并没有更新。然而,当我在工作流程中点击发送测试数据时,却可以正常获取刚刚提交的表单信息。这个问题导致我遗漏了一些表单信息。
 

Hrishabh.pabbly

Member
Staff member
Hello,

We’ve checked your workflow and its task history. The workflow appears to be triggering correctly on New Form Submission, with the latest task executed at Feb 20, 2026, 10:23:13 (UTC+10:00, Australia/Brisbane).

1771561932305.png



However, we noticed that you’ve added multiple Google Sheets → Add New Row actions to insert data into different sheets within the same Google Spreadsheet. The first step works fine, but the second, third, fourth, fifth, and sixth steps are failing with the error "INVALID_ARGUMENT". This usually happens if the sheet names in those actions were changed after setting up the workflow.

1771561969913.png


We suggest reconfiguring these Google Sheets actions with the correct/new sheet names and testing again.


If you still find that the workflow isn’t triggering for new form submissions, please share the form link with us so we can submit it ourselves and verify the workflow triggers properly.
 

Steve_C

Member
In my fourth step, it shows "The content you entered in a single cell is too long and exceeds the maximum limit of 50,000 characters." Specifically, in the "sketch diagram" step, the signature board is used to draw images for the user. Then, the returned content from the signature board is very long. This results in the inability to upload the content for this step to Google Sheet. How can this be resolved?
 

Preeti Paryani

Well-known member
Staff member
Hi @Steve_C,

We have checked the action.

Please note that the error is coming from the Google Sheets API limit, which allows a maximum of 50,000 characters per cell.

In your case, it appears that the “sketch diagram” step is returning a Base64 encoded image, and its length exceeds this 50,000 character limit. That is why Google Sheets is rejecting the value.

Currently, there is no direct way to store such large Base64 data inside a single Google Sheets cell due to this API restriction.
 
Top