Google Docs error: Nothing could be found for the search
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
When using the Google Doc Find Document action in your Zaps, it returns the error message "Nothing could be found for the search". This error may occur when setting up a Zap or in the details of a Zap run in your Zap history.
Causes
This happens:
- The mapped field from the previous step in the Document Name field is blank.
- Google Docs require values in the Document Name field to complete the search.
- The input file name value in the Document Name field does not exist in Google Docs.
- For example. if the file is named “example_docs” and the step attempts to find “exampledocs”, the search will fail due to the name difference.
- In some cases, the creation of a document depends on another Zap that has not run at the time the search was carried out.
How to fix it
To fix this issue:
- Ensure the data from the previous step is consistently sent to the Google Docs step, or replace the current mapped field with one that consistently provides a value.
- If you have a document that exists but is in a different folder than what is selected in the Zap, try reselecting or clearing the Folder field.
- If you cannot change the current mapped field, you can either:
- Add a step to set a default value as a fallback whenever your mapped field does not have any data.
- Add conditional logic using a filter or branching logic with paths to your Zap. This will allow you to define what the Zap should do if the Document Name field receives no data from the previous step.
- Add a delay to your Zap to add in some time before the Zap searches for the document.