Hi,
This is my workflow I made:
And this is the error I got:
This is how I entered the Gmail step:
Why is it not working?
Thanks!
Hi,
This is my workflow I made:
And this is the error I got:
This is how I entered the Gmail step:
Why is it not working?
Thanks!
Welcome to the Make community!
You probably didn’t save the module yet, so it ran on empty fields.
Click on the Gmail module, and click “OK” to save.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
This black symbol shows you didn’t save the setup after an edit. You have to click on "ok " for each edit you apply.
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
It didn’t help sadly enough. Still getting the same error, even after saving and retry.
Hi @samliew do you have another option that will work? The option to save didn’t work
Thank you!
To allow others to assist you with your scenario, please provide the following:
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
@samliew
Here is the scenario Blue print:
blueprint (2).json (42.1 KB)
And this is the output:
[
null
]
This is what I get when I only run the last module (gmail):
You can see that the info from the parameters from the Google Sheet is not correctly. It’s taken at ‘schooljaar’ the first letter from the data from the field ‘naam’ instead of the data that is in the field ‘schooljaar’ (2024/2025) And at ‘naam’ it’s taken the second letter from the data in field ‘name’ instead of all the info from that field ‘name’ (Test Testje).
Why?
You cannot only run the last module. Please run the full scenario so that the previous modules data will be passed to the Gmail module.
I did that also of course. But same outcome. @samliew
Hi Iris,
Can you show me the output of the Google sheet module and the output of the Google Drive module when you run the whole automation
Here it is:
and gmail:
output bundle:
input bundle:
and this is the set up for the gmail module:
I really don’t understand why the input and output is empty while the same input and output is working in the google docs module. Why is the gmail module not getting the info from the other modules?
Delete the gmail module and try again, just this time dont use a variable in the values. Just type in a value so you can send yourself an email
So just fill out the email address, subject and content. If that works, then it’s not the Gmail module that’s the issue. If it doesn’t work, then it might be your Gmail connection and hence will need to try reauthorize it
Thanks. I dit this earlier and that is working. So you’re right it is not the gmail module itself. I wil try to make a new connection and retry. Lett you know!