Posted on 17th September 2024|179 views
How to resolve the error an unhandled fault has occurred in this flow salesforce?
I am trying to change cases owner to the queue can anyone help me?
Posted on 17th September 2024| views
This error is because you are referencing that Profile of that Owner Id plus Queue cannot own a Profile id
You require to place a check if that Owner is Not Queue later Only Perform the process Builder.
This formula will mark like below
LEFT([Case].OwnerId) <> '00G'