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:
- Email - Watch emails
- Router
- Google Sheets - Add a row - which inserts a row with some fields from the received email (this module is working perfectly)
- 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!