Multiple attachements can't be detected from Mailhooks

Hello. I want to upload multiple files to drive from mailhooks attachments. But it seems just 1 attachment detected by system when I want to select trigger on google drive upload input. But I look there are 4 attachments in mailhooks. Anyone can help me ? Thanks

You’ll need to use an Iterator module, and pass in the array variable called “Attachments”.

This will split each attachment into separate bundles.

2 Likes