I have this model-app driven app and I'm validating for special conditions to decide whether or not to save the record, using a Power Automate flow. Conditions work fine and I was able to make flow triggered appropriately when creating record. And when appropriate conditions (validations) are not met, I've tried a couple of approaches as found in forums:
* Use a Return response to PowerApps action
* Terminate the flow
which should namely prevent the add record action to finish.. But although I can see flow is indeed executed, and terminated, Power App will still save the record. Being a model-driven app, is there a way to achieve this sort of validation? I used Power automate as last resort after trying with calculated fields, but it didn't work and now I'm stuck.
Appreciate the help.