Extracting PowerPoint Attachments from Outlook and Saving to Google Drive

Hi everyone,

I’m trying to build an automation in Make.com that will:

Fetch all emails from my Outlook that were received in a particular year, starting in 2014.
Extract only PowerPoint attachments (.ppt, .pptx) from these emails.
Save the extracted attachments to a specific Google Drive folder named “PowerPoint slides 2014(or 20xx)”.
I’ve attempted setting this up using:
Microsoft 365 Email - Watch Emails (to fetch emails)
Filter (to allow only emails from 2014 and with attachments)
Iterator (to loop through attachments)
Google Drive - Upload a File (to save the PowerPoint files)
However, I keep running into errors, and I’m struggling to get it to work properly. The issues I’m facing include:
Some emails are not being fetched correctly.
Attachments are not being identified as expected.
The scenario fails when processing multiple attachments.
If anyone has successfully built a similar workflow or can help debug my setup, I would greatly appreciate your guidance!
Thanks in advance for your help! :blush: