Bundle Validation Error

Missing value of required parameter ‘xxx’


The value mapped into this field is empty. Please double check if you mapped the correct value into this field.


You can prevent the error with the use of one of the below

  1. Set up a filter in front of the module that got an error "Missing value of required parameter ‘xxx.’ so only when the value exists, the data can pass through.
  2. Remap the field with a different value.
  3. Use the “ifempty” function
  4. Use the Ignore Error Handler in case you’d like to just ignore this error