function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ginjupalli AviGinjupalli Avi 

Can we show error message with flow builder?

Hi,

I do have one question from long ago, is it possible to show error message(Same like before trigger "Add Error" method) with flow builder based on some condition.

Please suggest me if there is any way to do that.

Thank you.
Avinash...!
Michael MMichael M
Yes- you can add a "Decision" element where you want the error message to come up. Set the criteria for which you want an error message to occur, and then add a new screen element that it points to. In that screen element, simply add a new resource of type "Text Element", and drop that in the screen. 
AbhishekAbhishek (Salesforce Developers) 
You can also try this,

https://help.salesforce.com/articleView?id=flow_build_logic_fault_examples.htm&type=5

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.