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
Kent FidlerKent Fidler 

how to debug an email alert workflow

Hi all,

I have an email alert workflow that sends out a email notification when a team member is added. In the body of the email is the link to the opportunity {!Opportunity.Link}.

The email alert has the correct opportunity link for one person and sends an incorrect link for other person. I can change the profile of the person who is receiving the incorrect link and it fixes the issue. So, I'm assuming this is a permission set issue.

Can anyone point me to the permission set/variable that would cause this to happen?

Also, is there a way to debug a workflow?

TIA!
Kent