Automatically send an email notification when an item in a sharepoint list has a value of 30, 60, or 90 in a specified column.

bz 0 Reputation points
2024-01-24T01:20:12.5933333+00:00

Automatically send an email notification when an item in a sharepoint list has a value of 30, 60, or 90 in a specified column.

Microsoft 365 and Office SharePoint For business Windows
{count} votes

2 answers

Sort by: Most helpful
  1. AllenXu-MSFT 24,941 Reputation points Moderator
    2024-01-24T07:22:02.7466667+00:00

    Hi @bz,

    You can integrate a Power Automate with your SharePoint list to achieve this. Here are the steps:

    1. Create a flow and select "When an item is created or modified" as trigger. User's image
    2. add a condition and set when [column] is equal to 30, 60, or 90. User's image
    3. add an action "send an email notification(V3)" under "True". User's image

    Hope this answer helps. Please let me if you still have any questions.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. AllenXu-MSFT 24,941 Reputation points Moderator
    2024-01-25T01:40:41.5333333+00:00

    @bz,

    You should modify "AND" to "OR" here: User's image

    As per my test, it runs successfully when an item with column value 30, 60 or 90 created or modified.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.