OneDrive Upload File module does not save the received email in the selected folder in EML format

What are you trying to achieve?

I am a beginner in “MAKE” and for now, I have a free plan to “understand” how it works, as it seems to be amazing.
I have a scenario where I have 4 modules, which are:

  1. Email - Watch emails
  2. Router
  3. Google Sheets - Add a row - which inserts a row with some fields from the received email (this module is working perfectly)
  4. OneDrive - Upload File - which should save each email received by the trigger as a separate file in the OneDrive folder installed on my computer (a locally synchronized folder).

But it is not creating the EML file in the folder, and MAKE returns an error:

BundleValidationError
Validation failed for 1 parameter(s).
Missing value of required parameter ‘data’.

Origin
Make

Automatic error handler
If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.

Briefly, I need to save a single file for each email received (trigger) in EML format in the folder:
D:\One Drive\OneDrive - A.H. ENGENHARIA E CONSULTORIA LTDA\E-Mails Recebidos\AHALLTECNO.

Steps taken so far

The trigger is working, and the spreadsheet is inserting the row as needed, but saving the file is not working!

1 Like

@Rogerio_Menta_Monici
Hi, sorry if they are wrong as they involve speculation.

  1. OneDrive - Upload File - which should save each email received by the trigger as a separate file in the OneDrive folder installed on my computer (a locally synchronized folder).

How do you get the files you want to save during File Upload in OneDrive?
Since you mention “locally synced OneDrive folder,” are you thinking that you can upload a locally located file to OneDrive with make?

References

https://www.make.com/en/help/errors/types-of-errors-in-make#bundlevalidationerror

1 Like

Maybe I didn’t express myself clearly. But the folder “D:\One Drive\OneDrive - A.H. ENGENHARIA E CONSULTORIA LTDA\E-Mails Recebidos” is synchronized with my local hard drive using the OneDrive application itself. Therefore, everything I save in this folder (path) will be in OneDrive. What I need is to save an EML file of the received emails!

1 Like