Power Automate Tutorial Send Task Reminders based on MultiSelect People Column in SharePoint

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 13

  • @yami7475
    @yami7475 Місяць тому

    Thank you!! Very helpful walk through!! Very thorough!! Thank you!!!

  • @taylorwhite230
    @taylorwhite230 Рік тому +1

    This was an excellent tutorial! Thank you so much!

  • @FengWang-r8j
    @FengWang-r8j 2 місяці тому

    Hi, Richard, thanks for the sharing, what if I need to add different people in CC list above sending to multiple people? Thanks.

    • @Richie1902
      @Richie1902  2 місяці тому

      Hi Feng - if you expand the send an email v2 action to see the advanced settings - you can see the CC part of the email you can populate.
      In terms of selecting who to cc - you can hard code that, select emails from other people columns in the list item or look up people to email and place them into a string variable separated with a ';' to allow the emails to work.
      I'll extend this current tutorial to show how you could approach all 3 of those scenarios

  • @emmabennetto
    @emmabennetto Рік тому

    This was SO helpful for me - thank you! I'm sure I'm missing something simple, but I'm trying to add the Display Names for the Multi Select Person column to my table - any hints on how to achieve this?
    Thanks again!

    • @emmabennetto
      @emmabennetto Рік тому

      Actually, I should have specified - I need all Display Names in the multi select person column in the table. Hope you can point me in the right direction!

    • @Richie1902
      @Richie1902  Рік тому

      Hi @emmabennetto - thanks for the feedback!
      This could be a little tricky - as the second get items pulls back the whole column - so you'd possibly have more than 1 name in the field - easy option here is to drop in a Get User Profile V2 action and use it in the Apply to Each Person Recheck List section - use the Compose Email action to search for the user and you'll be able to use their name as needed in the table or email as needed.
      You could also edit the Select and Parse JSON steps to get this as well - but get User Profile is the simplest option to me..

    • @Richie1902
      @Richie1902  Рік тому +1

      @@emmabennetto ok - so here you'll want to initialize a variable - string type.
      Then in the workflow after the Get Items Filtered action and before the compose CSS input - drop in an apply to each, select the value action of the get items filtered, then add in another apply to each inside this loop and select MultiPerson DisplayName from the dynamic content - it should show - you may need to scroll down through the dynamic content or search..
      Then use Append to String variable action to put in the display name to the variable as its inside a couple apply to each actions you should be able to use the expression of ítem()?['DisplayName'] in the append to string variable.
      You should also put in a a space or delimiter too - either as another append to string action.. or within your expression.
      Then in your table just use the variable.
      After the email action you will need to clear the variables value - use set variable and select the same variable you are using for display names - then use the expression of null for the value.
      Should work! if you get stuck - just message again!
      Good luck

    • @emmabennetto
      @emmabennetto Рік тому +1

      @@Richie1902 Thanks so much for this - I really appreciate you taking the time to help.
      The display names are working - fantastic! But now I'm getting two emails (same content). Any chance you can help me resolve this one?

    • @Richie1902
      @Richie1902  Рік тому

      @@emmabennetto - happy to help! the key here will be where the email exists in the workflow and how its getting populated.
      I'm in New Zealand time zone - not sure where you are! but if you wanted to jump on a teams call to quickly triage this - I'm happy to help you.
      I can also update my local copy of this workflow and add in this update to see if I can replicate what you get.. and offer a solution.
      for teams - rich@brighterdays.co.nz

  • @lonwabobosman6241
    @lonwabobosman6241 10 місяців тому

    How did you get "current Item"?