Validations calling them from microflows

1
I want to re-use the Validations I have defined for attribute types from a microflow. Is there a way to do this?
asked
1 answers
2

You can't re-use them directly but you can re-create them using the by checking the value and using a Validation Feedback microflow action if it's incorrect.

Note that you can chain multiple Validation Feedback messages as the messages are shown at the end of your microflow.

If you do this in a before commit, you wouldn't even need the attribute validation, as long as you always commit with events.

answered