Handle & Display Flow Error using Fault Path

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 29

  • @M1G179
    @M1G179 3 года назад +2

    Thank you for the quick straight to the point video! I was looking for a better solution to handle flow errors.

  • @lewishowel1902
    @lewishowel1902 4 года назад +2

    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.

  • @jiyaadnaeem4802
    @jiyaadnaeem4802 2 года назад +1

    I always learn so much from your videos, thank you and please keep them coming!!

  • @elhombre5580
    @elhombre5580 2 года назад +1

    Thank you, a very good video, concise and well-timed and it stays on the point.

  • @pauladw198
    @pauladw198 2 года назад +1

    Your videos saved me so many times :) thank you so much!

  • @sahibpreetsingh3065
    @sahibpreetsingh3065 2 года назад +1

    Great video, simply hitting the bull's eye

  • @btissameiba754
    @btissameiba754 2 года назад

    This is very helpful. Thanks for sharing!

  • @amitdhawan3995
    @amitdhawan3995 Год назад

    nice post .. never knew about the fault connector

  • @avinababanerjee9087
    @avinababanerjee9087 3 года назад +1

    Thanks, it was really helpful.

  • @vijithomas2406
    @vijithomas2406 3 года назад

    Thanks, I was looking for this.

  • @davidi6773
    @davidi6773 2 года назад

    Ty for the video! So usefull for a beginne like me

  • @sayanroychowdhury3325
    @sayanroychowdhury3325 Год назад +1

    Is there a way , we can display only the validation rule error message?

  • @vincentravo3926
    @vincentravo3926 3 года назад +1

    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!

    • @PratimaShri
      @PratimaShri  3 года назад +1

      Thank you 😊 here is the initial video on cloning. The video was meant to showcase flow designer ruclips.net/video/zMPF12P_FN4/видео.html

  • @dasarichandranna401
    @dasarichandranna401 2 года назад

    Great info

  • @SachinSingh-jv3nz
    @SachinSingh-jv3nz 2 года назад

    the last screen where u put success message are u able to link fault to there cause there is option to link.

  • @gunasevugapperumal5451
    @gunasevugapperumal5451 2 года назад

    Is there a workaround to display user-friendly error when record triggered flow encounters exceptions?

    • @PratimaShri
      @PratimaShri  2 года назад

      YOu can use an Apex Trigger for that - End user message is not friendly in a record triggered flow as of now.

  • @dar5938
    @dar5938 2 года назад

    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.

    • @PratimaShri
      @PratimaShri  2 года назад

      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

    • @dar5938
      @dar5938 2 года назад

      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.

  • @charlestonmiszczak5009
    @charlestonmiszczak5009 2 года назад

    Very good english

  • @rafaelsanchez4079
    @rafaelsanchez4079 3 года назад

    Great explanation thanks.
    I

  • @nikhilreddy1732
    @nikhilreddy1732 2 года назад

    hi pratima, i am not able to see screen element in my flow, can you please help me

  • @pavanm3496
    @pavanm3496 3 года назад

    can we jump to record page after finish on error message screen?
    can you please explain that

  • @flaviadcosta9673
    @flaviadcosta9673 2 года назад

    hi, COuld you use it for GetRecords Element? please confirm

  • @zeroriskcrypto1
    @zeroriskcrypto1 2 года назад

    Not working waste of time