I’m stuck with a Flow Builder validation rule in my Salesforce org (Enterprise Edition, Summer ’25). The flow should block Opportunity updates (Stage = ‘Closed Won’) if Amount < $10,000, but it’s not triggering. Setup: Flow triggers on Opportunity record update, condition checks Stage and Amount.
Steps Tried:
- Verified flow activation in Flow Builder.
- Tested in sandbox; same issue.
- Checked debug logs: no errors, flow executes but skips validation.
- Ensured user profile has edit permissions.
- Reviewed Opportunity field-level security; all accessible.
Could this be a flow condition misconfiguration or org-specific bug? Any debugging tips or workarounds? Thanks for the wisdom, community! 😊
2 answers
Hi @Alessio Ilari, thanks for the suggestion! I tried the custom error message in the flow and confirmed the validation rule is active, but it’s still not triggering. Any other debug tips? Have a great day! Love From @magic8ball