Workflow Permission
Hi Dear Community ;
i would like to learn about permission types of automatic workflow .As in the below picture , when i select Limited permission , when the person who will get the notification is same account with me ( i mean we are in same company) , could get otifications according to setted alerts from my automatic workflows ?
我创建了一个工作流莱克阀门e that , even we are in same account with this person , system did not send my alert mail to this person .One more thig i did not share the sheet with this person but as far as i understood from "limited " type , if we are in same account that otificatio could be sent .What can be the reason that alert is not working ?
Thanks i advance for your kind supports
Best Answer
-
Genevieve P. Employee Admin
Yes,Limitedpermissions should allow you to send workflow notifications to users that are a part of your company's Smartsheet Plan. (See:Control Who Is Notified About Alerts and Requests).
This doesn't necessarily mean people who work at the same company as you. This is referring to people whose Smartsheet account is amemberof your same Smartsheet plan. You can contact the System Admin for your company to check and see if the users you're sending notifications to are members of your plan, see:Manage Users in a Multi-User Plan
Do you receive an error that says the workflow is unable to send to this email? Can you ask the user to check and see if they received an alertin Smartsheet(the bell icon), just not the email? If they received an Alert in Smartsheet, this might mean the email went to their Spam folder (see:Issue: Email Not Received from Smartsheet).
If this hasn't helped, it would be useful to see screen captures of your workflow set up and of the sheet, but please block out any sensitive data.
Cheers!
Genevieve
Answers
-
Genevieve P. Employee Admin
Yes,Limitedpermissions should allow you to send workflow notifications to users that are a part of your company's Smartsheet Plan. (See:Control Who Is Notified About Alerts and Requests).
This doesn't necessarily mean people who work at the same company as you. This is referring to people whose Smartsheet account is amemberof your same Smartsheet plan. You can contact the System Admin for your company to check and see if the users you're sending notifications to are members of your plan, see:Manage Users in a Multi-User Plan
Do you receive an error that says the workflow is unable to send to this email? Can you ask the user to check and see if they received an alertin Smartsheet(the bell icon), just not the email? If they received an Alert in Smartsheet, this might mean the email went to their Spam folder (see:Issue: Email Not Received from Smartsheet).
If this hasn't helped, it would be useful to see screen captures of your workflow set up and of the sheet, but please block out any sensitive data.
Cheers!
Genevieve
Categories
You would use the below for Jan 2023 and adjust the month and year numbers accordingly for each of the other months.<\/p>
=IF(AND(MONTH([Start Date]@row)<= 1, YEAR([Start Date]@row)<= 2023, MONTH([End Date]@row)>= 1, YEAR([End Date]@row)>= 2023), [$ per month]@row)<\/p>"},{"commentID":387901,"body":"
Lets try a different approach.<\/p>
=IF(AND(VALUE(YEAR([Start Date]@row) + IF(MONTH(Start Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/77329/\") + MONTH([Start Date]@row))<= 202307<\/strong>, VALUE(YEAR([End Date]@row) + IF(MONTH([End Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/77329/\") + MONTH([End Date]@row))>= 202307<\/strong>), [$ per month]@row)<\/p> Basically we are creating a yyyymm stamp from the start and end dates and comparing them to the yyyymm stamp for that year\/month combo. The above is for July 2023 (202307).<\/p>"},{"commentID":387906,"body":"
<\/p>