Skip to main content
Question

I created a workflow to send out emails on a daily basis, but I am getting this warning; • Validation failed for 1 parameter(s).• Missing value of required parameter 'address'.Not usre why I am getting this..

  • December 15, 2023
  • 2 replies
  • 12 views

Captura de pantalla 2023-12-15 073822

2 replies

julia.bauer
Level 9
Forum|alt.badge.img+6
  • Level 9
  • December 18, 2023

Hello Joyce,

I had the same error once. I assume that sporadically the address field is null in the data records you're trying to send. Is this right?

If so, you need to add an error handler for the error "BundleValidationError".

Maybe this helps you out!

 

BR

Julia Bauer


mateusz.dudek14
Level 11
Forum|alt.badge.img+11

Hi,

 

Can you show us the data that is provided to the recipient list? Is that list dynamic, or static (Specific addresses added manually like 'Person A, Person B')?

 

I had similar issues with dynamic list as Microsoft 365 Email requires specific bundle schema with named parameters. If that parameters will be empty you'll get similar error (if not the same).

 

If the structure is OK if there's data, I would clean empty rows before giving it away to 365 module.

 

Best Regards,

Mateusz Dudek