Good shout. Far to often people don't use fault handling on flows. I use them on every single element possible, it's great for debugging when testing in "deployed mode" etc.
Hi Pratima, Thanks for creating such nice Salesforce Flow videos there are very helpful. I was watching your Flows error handling video. I liked it I subscribed as well. I also liked your Clone Opp button in the video. You mentioned in the video you had a video on that. Looking at you videos I did not see one the showed the Clone Opp flow. Could you let me know which video that was? Thanks!
Hi Pratima, how does one handle a fault in a record triggered flow? Say for example, assigning a permission set but if the perm set already exists, end the flow.
Hello Dar! For record triggered flow- I would say you can use a combination of decision and get records. So in your example- you would query the permission set assignment object to check if permission exists - you can use a decision to then insert or End the flow depending on the outcome. Fault will only fire if there is an error while running the flow
Thanks @@PratimaShri. I think the problem is in my decision. The resource variable holding the perm set assignment never picks up that it is already assigned. The decision always takes the variable is null true route even though the assignment already exists. The variable is null false decision outcome never triggers.
Thank you for the quick straight to the point video! I was looking for a better solution to handle flow errors.
Good shout. Far to often people don't use fault handling on flows. I use them on every single element possible, it's great for debugging when testing in "deployed mode" etc.
Absolutely! Thank you!
I always learn so much from your videos, thank you and please keep them coming!!
Thank you, a very good video, concise and well-timed and it stays on the point.
Your videos saved me so many times :) thank you so much!
Glad it helped 😊
Great video, simply hitting the bull's eye
This is very helpful. Thanks for sharing!
nice post .. never knew about the fault connector
Thanks, it was really helpful.
Thanks, I was looking for this.
Ty for the video! So usefull for a beginne like me
Is there a way , we can display only the validation rule error message?
Hi Pratima, Thanks for creating such nice Salesforce Flow videos there are very helpful. I was watching your Flows error handling video. I liked it I subscribed as well. I also liked your Clone Opp button in the video. You mentioned in the video you had a video on that. Looking at you videos I did not see one the showed the Clone Opp flow. Could you let me know which video that was?
Thanks!
Thank you 😊 here is the initial video on cloning. The video was meant to showcase flow designer ruclips.net/video/zMPF12P_FN4/видео.html
Great info
the last screen where u put success message are u able to link fault to there cause there is option to link.
Is there a workaround to display user-friendly error when record triggered flow encounters exceptions?
YOu can use an Apex Trigger for that - End user message is not friendly in a record triggered flow as of now.
Hi Pratima, how does one handle a fault in a record triggered flow? Say for example, assigning a permission set but if the perm set already exists, end the flow.
Hello Dar! For record triggered flow- I would say you can use a combination of decision and get records. So in your example- you would query the permission set assignment object to check if permission exists - you can use a decision to then insert or End the flow depending on the outcome.
Fault will only fire if there is an error while running the flow
Thanks @@PratimaShri. I think the problem is in my decision. The resource variable holding the perm set assignment never picks up that it is already assigned. The decision always takes the variable is null true route even though the assignment already exists. The variable is null false decision outcome never triggers.
Very good english
Great explanation thanks.
I
hi pratima, i am not able to see screen element in my flow, can you please help me
can we jump to record page after finish on error message screen?
can you please explain that
hi, COuld you use it for GetRecords Element? please confirm
Not working waste of time