Common Problems with Google Sheets Integration in Pabbly Connect
- Error: ‘Authorization is Required’
- Lookup Action not Returning All the Matched Rows
- Google Sheets Values not Updating
- Don’t Want to Capture a Few Entries
- The trigger is not Working while updating a specific cell
- Added Data in Sheet but Trigger is not Working
I’m getting an error “Authorization is required”, how can I fix it?
The “authorization is required” error is a very common error among the users who use Google Sheets for integration. This error arises when you are logged into multiple Google accounts in the same window while setting up the Google Sheets add-on. To avoid this error, create your workflow in the incognito window or if you are creating it in a normal window, please make sure that you are logged into a single Google account only.
Why does Lookup Action does not return all the matched rows of the Google Sheets?
Because of its limitation, presently, the Lookup feature is able to search for the same values only up to 100 rows hence, it is not fetching all the matched rows from Google Sheets.Why the values in the Google Sheets are not updated in a specific column rather it is getting shifted one field back when I’m using the “Add New Row” & “Update Row” action event?
Let’s assume, your Google sheet has 4 columns – First Name, Last Name, Email, Phone. And, the user skipped filling the “Last Name” as it was not a mandatory field. Then the rest of the values will shift one column back i.e, the “Email” will get updated in the “Last Name” column. In such cases, while mapping your data, use {{skip}} function in the fields which are not mandatory, simply write {{skip}} in the field. This will skip the cell which the user may leave blank while filling up the form.You can also use “Append Value Method” in Google Sheets integration or else you can make all the fields mandatory to save yourself from such glitches.
I don’t want to capture a few entries in my Google Sheets irrespective of the user has filled those fields or not when I’m using the “Add New Row” & “Update Row” Action Event? How can I do that?
While mapping the data in Pabbly Connect, simply write {{blank}} to those fields in which you don’t want to capture entries to your Google Sheets.
Why does the trigger is not working when I’m updating the value of the specific cell in Google Sheets?
The entire row will be triggered and sent only when the value is added or updated in the trigger column that you specify during the initial setup.Adding or updating the value in any other column will not trigger and send the row to Pabbly Connect.
The data is added in Google Sheets but not triggered in Pabbly Connect
If you have the Send on Event option enabled and if you are adding the data manually to the Google Sheets, than the values will be triggered and sent immediately to the Pabbly Connect workflow in real-time.If you have the Auto Send on Schedule option enabled and if your data is been added to Google Sheets from Google Forms, it will be triggered and sent to Pabbly Connect in real-time. If your data is added from any other external source apart from Google Forms, it will be triggered and sent to Pabbly Connect workflow every 1 hour. This is a Google Sheets App Script limitaton.
Last edited by a moderator: