Hello Team -
I having an issue with a workflow when an item is created or modified in a SharePoint list.
I'm triggering an email to be sent to a team of people when the item meets the following conditions:
1. When the Created By is the same as Modified by
2. When Modified is not equal to Created
This works just fine...
However I have a Choice Column call "Hide Record" with choices: Yes, No - Which can be updated at any time... however if this column is updated, I don't want the workflow to be triggered-- any other column is fine to trigger the email, except when this choice column is updated, I don't want any email to be triggered, because the team does not need to know if the record was hidden or not.
Thanks in advance for your assistance.