Good Morning,
I am trying to send out a message every time a note changes in my Ad entity. I have created a workflow based on the Notes entity to look for changes in any of the fields. I then created the workflow to send out the need message. However
in testing it, I see it sends out messages when any note on any entity is changed not just on the Ad entity. I would think I need to add an if statement (a conditional branch) to check to make sure the entity equals Ad, however I don't know how to format
the statement.
Can someone help?
Thanks, Dale