What is your goal?
Hi everyone ![]()
I’m working on a workflow in Make that I need to automate, and I’m having an issue when trying to send an email to the professional selected as the assignee.
The workflow I need is:
A record is edited/updated from InstaApp.
A professional/assignee is selected from a list in the form.
Once the record is updated, Make receives the information through a webhook.
I then perform some queries using HTTP modules to retrieve the necessary information.
Finally, I need Gmail to automatically send an email to the professional who was selected, notifying them that they have been assigned a new task.
For example:
“Hi, you have been assigned a new task. You can review the request details in InstaApp.”
The problem occurs in the last Gmail module (Send an email). The scenario runs successfully until it reaches Gmail, but then I get the following error:
“A required field is empty or in the wrong format”
“Invalid email address in parameter ‘to’.”
I’m using an Iterator because the assigned professional comes from a list. My main question is how I should configure the mapping so that, based on the person selected in InstaApp, Make can correctly retrieve their email address and use it in Gmail’s To field.
I’ve attached a screenshot of the scenario and the error.
Could anyone point me in the right direction regarding the correct way to structure this workflow or retrieve/map the email address of the selected professional?
Thank you so much!
What is the problem & what have you tried?
The problem occurs in the last Gmail module (Send an email). The scenario runs successfully until it reaches Gmail, but then I get the following error:
“A required field is empty or in the wrong format”
“Invalid email address in parameter ‘to’.”
Error messages or input/output bundles
A required field is empty or in the wrong format
Validation failed for 1 parameter(s).
Invalid email address in parameter ‘to’.
Code: BundleValidationError

