This article explains workflow transition from one stage to another stages when SharePoint List item body text updated. Specific user gets email notification about list item updates.
Here are the steps Step 1: Using SharePoint Designer Create "Announcement " List. Step 2: Create List workflow for "Announcement " List with Platform type -" SharePoint 2013 workflow ". Step 3: Add Workflow Stage - We can add multiple Stages to workflow using "Insert Stage" option. Step 4: Add Log History Action - Maintain log of workflow execution. Step 5: Add Transition stage - Action -> go to Stage. Step 6: Go to next stage. Step 7: Wait for list event occurrence - Type wait in search box. It prompt for two events, select "Wait for event in list item". Step 8: Check List Event - There are two list events available. List item added or changed. Select "When an item is changed". Step 9: Add Log History. Step 10: Transition Stage Condition checking. Either go to next stage or previous stage based on value of list item body text. Step 11: Current item body contains ChoiceA/ ChoiceB/ End. Next Step 12: When any of the condition is true, navigate to stage. Step 13: Send Email. Workflow Check workflow Execution.
Thank you! If you have any query please mention it in the comment section.
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS