Automation Lab Guide

How to Troubleshoot Gmail Attachment Automation in Make: 7 Common Problems and Fixes

Hands-on tested: These problems were encountered while building and testing Gmail → Google Drive workflows in Make.

A Gmail attachment automation can look correct but still fail because a filter uses the wrong field, a Router branch does not match, or Google Drive is mapped incorrectly.

1. “Contains” is unavailable in the filter

Select a text field such as Gmail Subject first, then choose Text operators → Contains. If it remains unavailable, recreate the incomplete condition after selecting the source field.

2. The Router branch does not run

Check the filter immediately after the Router. Our Invoice route used Subject → Contains → invoice; the Report route used Subject → Contains → report.

3. A PDF does not pass the expected filter

Test conditions separately: attachment/PDF condition, sender condition, then subject condition. Use one simple test email with one PDF while debugging.

4. Filename or file data is mapped incorrectly

Google Drive Upload a File needs both the attachment Filename and its binary Data. They are separate mappings.

5. Invoice and Report PDFs go to the wrong folder

Verify both the Router filter and each Drive destination. The route label alone does not select the Google Drive folder.

6. The scenario structure changes or a Router disappears

Save after every confirmed working stage. We encountered a missing Router structure and rebuilt the two branches before continuing.

7. Use Run once to find where execution stops

Send one controlled test email and inspect which modules execute. If Gmail runs but Drive does not, inspect the intervening filter/Router. If Drive runs but the result is wrong, inspect folder, Filename, and Data.

Recommended debugging order

  1. Confirm Gmail trigger.
  2. Confirm attachment output.
  3. Check one filter at a time.
  4. Check Router branch.
  5. Verify Drive folder.
  6. Verify Filename and Data.
  7. Run another controlled test.

Related hands-on guides

Affiliate disclosure: Some links may be affiliate links. We may receive a commission at no additional cost to you.