Power Automate send Email Depending on Value within Sharepoint List

Julie Smith 21 Reputation points
2022-06-06T14:38:11.32+00:00

We have a Recruitment tracker list in SharePoint, I would like to be able to send different emails when the Progress status changes on a line item. How do i get Power Automate to see the different status and issue the relevant email. The condition only seems to recognise if the Progress field has changed not what it has changed to?

Thanks

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

Accepted answer
  1. Andrew Geddes 746 Reputation points
    2022-06-06T17:09:06.667+00:00

    @Julie Smith Hey Julie, you're going to create a SharePoint based workflow. You want the workflow to fire when you are modifying a list. What you'll do is leverage

    1. When an item or a file is modified (Using this because you probably don't want to notify when an item is created, and if you do, I'd look to alerts for that)
    2. Set a condition, and you're going to use dynamic content - whichever field has your progress status
    3. You'll set the condition to your status, must match case and spelling
    4. If yes, send an email based on your requirements, if no do nothing

    Any questions? Just let me know

    208747-1.png
    208817-2.png
    208833-3.png


1 additional answer

Sort by: Most helpful
  1. Seth Brathovd 0 Reputation points
    2023-01-26T14:41:11.18+00:00

    @Andrew Geddes

    I did this and it returns false and will not send email

    My column it is getting is Estimating Status and I want an email to send when the column has changed to equal "Ready To Send"

    I also am adding the fields in the email and forced an email but where there are the field it is showing up as jumbled up mess

    See below

    The Sales Rep Firm & Rep are in the system as, [{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedTaxonomy","TermGuid":"2a137943-4dc4-4164-bfe6-10873251078d","WssId":64,"Label":"SALES REP","Value":"SALES REP|2a137943-4dc4-4164-bfe6-10873251078d"}], .

    One column is stored term data and the other is group or person this is happening to

    Could you please give me some guidance on this?

    Thank you


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.