I am using the Excel Importer on a project which i am working on and if a file which i am importing violates any entity validation rules it throws an exception which is not very clear.
I could solve this by removing the entity validation and doing the validation within a microflow - this would mean i could customise the error messages to be more helpful to the user.
However before I do this i wanted to check:
Are there any disadvantages to performing validation through a custom save microflow vs setting validation rules on an entity?