How to set condition on automatic notification workflow in SharePoint

Leung1975 296 Reputation points
2022-06-27T15:06:16.343+00:00

We have a workflow ( SharePoint 2010) that send an automatic email of notification after the user enter date " Date to send" in field of a survey form. The problem is if the user go back to the survey form and edit it, then click Save, it send another email again. Is there a way to add a condition such as " Send notification: Yes / No (choice)" , and make the workflow only send email if the user check YES. We have migrated to SharePoint 2016, and will move to SharePoint Online, is that Power Automate an alternative?

SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
590 questions
{count} votes

Accepted answer
  1. Yanli Jiang - MSFT 26,251 Reputation points Microsoft Vendor
    2022-06-29T02:24:36.46+00:00

    Hi @Leung1975 ,
    The flow in SharePoint 2010 can be replaced using Power Automate.
    Based on your description, I recommend that you use the following method:
    First, add a Yes/No column to the list as control.
    215932-06280.png
    Then, create an Automated cloud flow and choose the flow’s trigger is “When an item or a file is modified”.
    215924-06281.png
    215830-06282.png

    Finally, click “Save”.
    The flow then runs automatically, and when the trigger condition is received, an email is sent, and “Yes” in the column is changed to “No” at the same time.

    Thanks,
    Yanli Jiang

    ===========================================

    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.


0 additional answers

Sort by: Most helpful

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.