Your Action Flow Unbilled Orders Urology has encountered an error. The Action Flow has not been paused and continues to run according to your settings. Nevertheless, you should pay attention to the issue

Hi everyone! I created an action flow to send out emails on a daily basis. I´ve being receiving a warning that tells me that:

  • Validation failed for 1 parameter(s).
  • Missing value of required parameter 'address'.

I do not get why, since both modules are setup with the same settings. I am not sure if this warning happened because the logic did not find any cases…

Welcome to the Make community!

Looks like an invalid address is being passed to the email module. Can you click the previous module’s output bundle and send it here?

1. Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the 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!

2 Likes

Thanks a lot Sam!

I checked the output and it says that

The input [
{
“name”: “name split”,
“scope”: “roundtrip”,
“value”: null
}
]

I see you’ve used 5x Single Set Variable modules – a tip is use a “Set Multiple Variables” module to set five variables in a single operation.

Check that your email variable is set/ provide the output bundle where the email is coming from. It’s likely that it is empty like the name variable.

You can set up a filter just before your email module like this

2 Likes

Thanks for the tips Sam! the weird is, when I manually run the AF I did not get any warnigs or errors, but I did what you suggested, I applied a filter on the email variable to make sure it will get…