SharePoint & Power Automate - Only Run When a SINGLE COLUMN Changes!!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 25

  • @mikepowers4767
    @mikepowers4767 ปีที่แล้ว +2

    Nice! I don't think the other examples out there acknowledge your flow could trigger over and over again without this. Thanks.

  • @jannakrizman1798
    @jannakrizman1798 9 หลายเดือนก่อน

    This was incredibly helpful and easy to follow. Thank you so much for this work around!

  • @mikepowers4767
    @mikepowers4767 ปีที่แล้ว +6

    I made two modifications. I made the Trigger column default to match the column I'm watching. So, when a new record is created the two match from the start which avoids making a 2nd flow. I also added a 2nd condition that the column I'm watching must also equal the value I want. So, the flow wont trigger until two conditions are met - The two columns don't match AND the column I'm watching has the value I want. Seems to be working well.

  • @nassermalik7622
    @nassermalik7622 3 หลายเดือนก่อน +2

    Awesome work. i implemented the same but experienced the same trigger being triggered when someone opens the list and updates another item when the two column are the same or different depending on your flow it will trigger the alert again, What i did to mitigate this from happening is after the flow i added a step with an update item which updates the second mirror column to now match the first so that the trigger does not happen when someone comes in again and updates another item on the list

  • @wealthmoneycantbuy
    @wealthmoneycantbuy 5 หลายเดือนก่อน

    Thank you so much for this and for explaining so simply! You've saved me so much mental energy haha

  • @ZachUlsh-rd7sk
    @ZachUlsh-rd7sk 10 หลายเดือนก่อน

    Great video! Could you make this work if the choice column is originally blank and then modified in a power app to display in a share point list? Trying to reduce errors if a different column is modified by accident but only want the choice column to push a flow into another list. Thanks!

  • @jamesstone8988
    @jamesstone8988 6 หลายเดือนก่อน

    Thank you! This has been a real headache for me x_x

  • @chairattangthong
    @chairattangthong 8 หลายเดือนก่อน

    Thank you so much Teacher

  • @LiveLife378
    @LiveLife378 ปีที่แล้ว

    Awesome instructional video. Thx

  • @mohamedali2132
    @mohamedali2132 ปีที่แล้ว +1

    Hi Thank you for this, I have slightly a different scenario issue here, I want to trigger an email when an item on the SharePoint list is modified by specifying the person who created it or in other words whoever submitted that record, I want to receive an email only when that person modifies.

  • @genndytrejos6212
    @genndytrejos6212 4 หลายเดือนก่อน +3

    I followed your steps regarding the trigger condition, but when I try to save the flow, this error pops up: "The input parameter(s) of operation 'When_an_item_or_a_file_is_modified' contains invalid expression(s). Fix invalid expression(s) for the input parameter(s) of operation 'When_an_item_or_a_file_is_modified'."

    • @DavidBowman-pj2lc
      @DavidBowman-pj2lc 3 หลายเดือนก่อน

      I had the same issue, instead of doing a filter do a condition!

    • @koutsiamoneys
      @koutsiamoneys 2 หลายเดือนก่อน +2

      In Filter Array instead of copying the condition from the advance mode of Filter Query, go to the Code View tab and copy the query from there.

  • @TusharBorawake
    @TusharBorawake 3 หลายเดือนก่อน

    Can you please create same video for dataverse column change ?

  • @DomiVersaix
    @DomiVersaix 6 หลายเดือนก่อน

    So, am I understanding correctly: in order to make this flow work, I would need to create yet ANOTHER variable in my SP list (the 'request trigger column'?)? Hmmm, I'll come back to this, but I would like to avoid altering my list fields...

  • @McIlravyInc
    @McIlravyInc ปีที่แล้ว

    Link to Johnathan Silva video for expressions mentioned in video?

  • @JenMayB
    @JenMayB ปีที่แล้ว

    Thank you!

  • @umairk23
    @umairk23 ปีที่แล้ว

    why not just use the "create a rule" function within Sharepoint List to get an email notification when a particular column changes?
    I also found the video a little bit confusing as a newbie. you stated that the flow would trigger if the two columns did not match and then went on to create a second flow to match the two columns. I would appreciate if you or someone could explain this.
    p.s. I have tried to do this flow with my data and it does not work.

  • @chairattangthong
    @chairattangthong 8 หลายเดือนก่อน

    You are the best

  • @DanyleneProulx
    @DanyleneProulx ปีที่แล้ว +1

    Why don't use the get changes action ?

    • @powertothepeople4525
      @powertothepeople4525 ปีที่แล้ว

      the method in the video allows you to do trigger conditions, so that the flow doesn't necessarily run every time there is a change to the item in SharePoint.

  • @Learnpowerplatform
    @Learnpowerplatform ปีที่แล้ว +1

    Just a query why we cant use trigger condition

    • @powertothepeople4525
      @powertothepeople4525 ปีที่แล้ว

      a trigger condition is used at around 7 minutes into the video