Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

send email to specific user when conditions are made

Hello,

I am on work flow and trying to have an email generated when a new item is created. The email will be sent out only if the user is attached to the 'category manager' name column.

When I set up under the conditions, I have it setup as "Category Manager > Equal > [[Me]]" I also tried [Me].

Neither of those conditions work. is there another way to setup the conditions?

 

Uploaded files:
  • Screenshot-2023-10-11-154905.png

Hi @anguyen

The [Me] placeholder won't work for Workflows. It will work for Custom Actions. Can you confirm which tool you are using for this?

Also, if you could provide some more details about the use case we can review and suggest options.

Thank you!

Hello James,

I am using nitro WorkFlows and the workflow I have setup is 'when an item is created' on the list, I want an email(action type: send mail) generated to the person that is attached/tagged on a column from a shpt list. The column is called 'CategoryManager' and it is a person or group column. The list is a standard calendar list and the item new item created are events. Each event has a category manager attached. There can also be multiple category managers attached to the person or group column.

Since I am not too familiar with with custom actions, what would you recommend?

 

**Moved to Workflow Manager topic**

For sending an email to the CategoryManager, you should be able to reference this field directly in the "To" line within the Send Mail Action. If you click on the icon next to that line, you should get a pop up with three options for selecting the recipient. The middle option is "Users in Column" with a drop down showing all of the columns in your list. You can select the CategoryManager field here, and then the Send Mail action will send the email to the person or group(s) defined in that column for that item.

Let me know if that will work or if I am misunderstanding the requirement.

I have this currently setup. do you think there are any instances that the action 'send mail' would not send? I do not have any conditions set but am unable to receive any email notifications.

 

Uploaded files:
  • Screenshot-2023-10-05-090610.png

Are you using the product on-premises or in O365? If in O365, it may be the case that the emails are going out via SendGrid, which many Exchange servers read as junk or spam email. So the emails could be getting blocked. Our recommendation is to enable the GraphAPI for sending emails. You can reference the article here about this: How to use Graph API for sending mails from NITRO Workflow Manager and Advanced Approval apps - Crow Canyon Software Support

If you are on-premises or if you already have GraphAPI enabled or if you are having trouble setting up the GraphAPI, please contact our support team at sharepointsupport@crowcanyon.com for assistance. Thank you!

That actually did the trick! Thank you so much for your help James! We recently added NITRO tools onto another page and none of our settings were setup properly.

That's great! Glad I could help!