Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Workflow query to notify the person that an item has been assigned to them

(0) ShareShare
ReportReport
Posted on by 19

Hello dears.
Sorry for the inconvenience.
I am new to Power Automate.
I have the following query:
I have a List, with a column with the name: "Assigned to"
I need to make a flow so that when the element is assigned to a person, I receive an email to that same person that the element was assigned.

 

Thank you very much in advance.

  • Dionara Profile Picture
    19 on at
    Re: Workflow query to notify the person that an item has been assigned to them

    Estimated. If it's enough for me as you told me.
    But I have a new problem.

    I have two flows:
    1) send mail when a new element is created in the list
    2) send mail to assignee when item is assigned

    They work very well separately, but when I create an element and in that same action I assign. Assignment flow not working.

     

    Muchas gracias!

  • Dionara Profile Picture
    19 on at
    Re: Workflow query to notify the person that an item has been assigned to them

    Estimated. If it's enough for me as you told me.
    But I have a new problem.

    I have two flows:
    1) send mail when a new element is created in the list
    2) send mail to assignee when item is assigned

    They work very well separately, but when I create an element and in that same action I assign. Assignment flow not working.

  • RobElliott Profile Picture
    10,118 Super User 2025 Season 1 on at
    Re: Workflow query to notify the person that an item has been assigned to them

    @Dionara the solution provided by @v-jefferni will send you an email whenever ANY column is changed.  But if you only want to see the column where the assignee has been  then I would do it a different way as shown below.

     

    First, you MUST turn on item versioning in your SharePoint list as this solution compares the new version of the item with the previous version to see what has changed:
    0-SP-List-Versioning.png

     

    Then in your flow the trigger is when an item or a file is modified.

     

    Next, the first action is get changes for an item or a file (properties only) and you select the site and list and then  select ID from the dynamic content box.

     

    For the Since field you go to the Expression tab in the dynamic content box and copy/type in the following expression then click OK.

    sub(int(triggerOutputs()?['body/{VersionNumber}']),1)
     
    That's the expression that compares the current version with the previous version.

     

    1-Flow.png

     

     

    Finally, add a condition. click in the left field and select Has column changed: Assignee from the dynamic content box, select is equal to, then type true in the right field.

     

    2a-Flow.png

     

    2b-Flow.png

     

    You can leave the red if no channel empty and add the send an email action into the green if yes channel. So you will get the email if the assignee has changed but for any other changes in the list you won't get the email

     

    Rob
    Los Gallardos
    If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.

     

     

     

     

     

     

  • v-jefferni Profile Picture
    on at
    Re: Workflow query to notify the person that an item has been assigned to them

    Hi @Dionara ,

     

    You can simply use the sample flow to achieve the goal:

    vjefferni_0-1644830282056.pngvjefferni_1-1644830347733.png

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow