What is your goal?
I’m having an issue when processing multiple emails and saving their attachments/renaming them to Google Drive.
Scenario overview:
I’m using a Email module that retrieves emails.
The scenario iterates over the emails correctly. Each email has a different Subject.
What is the problem & what have you tried?
When the attachments are saved to Google Drive:
The first file is saved correctly and includes the email subject in the file name.
The second file is downloaded, but Google Drive does not read or apply the Subject as a usable value.
Instead, Google Drive auto-generates or modifies the file name, as if the Subject field were empty or not eligible for that iteration.
Error messages or input/output bundles
Even though the iterator shows different subjects for each email, the Subject is not consistently available in a usable format for the Google Drive “File name” field, specifically for the second email.






