Skip to main content
Question

I'm saving data records sent via an AF with a skill and the module execute process automation skill. The module sends an error message once one field cannot be filled. It should fill it with null and then proceed with the flow. How do I manage this?

  • December 13, 2023
  • 1 reply
  • 1 view

julia.bauer
Level 9
Forum|alt.badge.img+6

imageThe rescheduled date is sometimes null and in some cases there is an entry, hence the whole module should not stop once the date is null.

1 reply

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

Hello everyone,

I solved the problem by adding an error handler (ignore: BundleValidationError).

Maybe this will help someone else too!