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
niven sfniven sf 

Hi! I have write process builder for update checkbox in contact object if community user is having same email as in contact . But i am getting error if i create user with other profile. Error is " "

Saravana Muthu 8Saravana Muthu 8
Hi,

Can you please share the error in detail?

Thanks,
Sarav
Sweet Potato Tec
niven sfniven sf
Hello Saravana, 

              The error is :
The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 301m00000009udl. Flow error messages: <b>An unhandled fault has occurred in this flow</b><br>An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Contact your administrator for help. 
Saravana Muthu 8Saravana Muthu 8
Hi,

Can you please share the error email if you received in your email ID?

Thanks,
Sarav
Sweet Potato Tec
niven sfniven sf
I didnot get any mail
Saravana Muthu 8Saravana Muthu 8
Hi,

Please check if you checked the NULL condition where you have checked if community user is having same email as in contact.

i.e., Email - Is Null - Boolean - False

Thanks,
Sarav
Sweet Potato Tec
niven sfniven sf
Email - Is Null - Boolean - False is not there.
Email -  Boolean - False is only there

 
Saravana Muthu 8Saravana Muthu 8
Hi,

Please see the below scrrenshot.

User-added image

Thanks,
Sarav
Sweet Potato Tec
Saravana Muthu 8Saravana Muthu 8
Also can you please share your process builder so that it will be helpful to identify the error.