SharePoint Power Hour: List Button Trigger Power Automate

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • In this episode, learn how to create a button in a column in a SharePoint list view, that will trigger a Flow for approval. Here is my blog post link: wonderlaura.com/2018/07/18/bu...
    Fill out this form if you're joining our live discussion for the first time bit.ly/2u68Dze
    Check out our free Power Apps Basics Course: www.iwmentor.com/courses/powe...
    We'd love to mentor you: www.iwmentor.com/pages/consul...
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - -
    Join the newsletter to vote for topics: bit.ly/PowerHourNews
    Free Power Hour every Wednesday at 11am CST www.iwmentor.com/pages/power-...
    Laura's Blog: www.wonderlaura.com
    Let's connect:
    Twitter: / iwmentor , / wonderlaura
    Facebook: / iwmentor
    LinkedIn: / iw-mentor
    CZcams: / wonderlaura
    IW Mentor (Information Worker Mentor)
  • Věda a technologie

Komentáře • 30

  • @nandnandan4198
    @nandnandan4198 Před 3 lety +1

    You just made my day DAMN!!! the JSON worked perfectly, Flow ran successfully. On First iteration!!! I love you keep up this work. Bless you... AAhhh m screaming happily!!!

  • @sneeuwgetsie
    @sneeuwgetsie Před 2 lety +1

    Great stuff. Txs again Laura. Your puppies must be real big dogs now 😃

  • @anthonyleduc
    @anthonyleduc Před 3 lety +1

    Interesting session. I learnt a lot with json. Thank you.

  • @whatsay8406
    @whatsay8406 Před 4 lety +4

    Great as always! One question, is there a way to make the button run the flow, skipping the "run flow" popup? I want user to have a one click solution(run flow). Every tutorial seems to be two clicks ( Trigger button > run flow). Thanks!

  • @abbasthegreat5
    @abbasthegreat5 Před rokem +2

    Instead of making an hourly video, try to make separate short tutorials. They are easy to watch and easy to follow.

  • @blutkraehe_official
    @blutkraehe_official Před 4 lety

    hi, thanks for the video ! you can also implement the button with an HTTP request flow?

  • @IanDangerfield
    @IanDangerfield Před 3 lety +1

    thank you this helped me a lot today!

  • @christianalavazo7452
    @christianalavazo7452 Před rokem

    Hello I just want to ask a question.
    Is there a way that If I click the button it's already disappear and if I click the cancel the button shows again ?

  • @salleymartinez7927
    @salleymartinez7927 Před 3 lety

    Hi there! I have a SharePoint list that if a column is greater than 0, that either a prompt box with fields from another list is prompted for completion (adds a new item in another list)--or--a button/icon can be added to the column next to to direct the person to create a new item in the other list. I know this is possible, but I can't seem to find videos that are easily explained...I'm hoping I can get help!

  • @abhijitmondal84
    @abhijitmondal84 Před 2 lety

    Nice video. I have a question/concern. The button only launch the flow for the 1st time but if we cancel the launch and click on the button again nothing happens unless we refresh the page and click the button again. Is there any solution for it like tweaking the js code for the column formatting?

  • @aossesp
    @aossesp Před 5 lety

    Nice , thanks for sharing

  • @VJ_7137
    @VJ_7137 Před 3 lety +1

    Very informative 👍

  • @BryanOab
    @BryanOab Před 4 lety

    Does the Flow you link to your list items resides in a non-default environment?

  • @antony1384
    @antony1384 Před 5 lety

    You save my life! I love youuuuu!

  • @amaugosomto4127
    @amaugosomto4127 Před 5 lety

    Can this also work on task lists? Because i tried replicating these steps and it did not work on task lists.

  • @simonparr8074
    @simonparr8074 Před 5 lety

    I cannot get the fow to update the approval status -
    this link says its not supported
    powerusers.microsoft.com/t5/Building-Flows/SharePoint-Online-Content-Approval-status-was-not-update-when/td-p/57118
    but ots workign in your demonstration ?

  • @evar81
    @evar81 Před rokem

    Great video! It helped me a lot! :) One question though... is it possible to have more than one button with different flows? If so how is it structured the json?

    • @WonderLaura
      @WonderLaura  Před rokem

      The easiest way is to create a separate column for each button. I'm no coder, so I don't know the JSON syntax to cram multiple buttons into one column.

  • @overlandbyrover
    @overlandbyrover Před 6 lety

    I spent half a day today researching how to do this on my site. Does this code for the button to trigger a flow work in SP2013?

    • @arrosari
      @arrosari Před 6 lety

      You should be able to create a custom action for that workflow on the list using SharePoint designer

  • @TheCarter117Gaming
    @TheCarter117Gaming Před 2 lety

    Is there a way to have one button column that changes its text and which flow is executed based on the value of another column? Kind of like a switch statement or a if/then statement that changes what the button says and does…. Im trying to not have soo many columns.

    • @WonderLaura
      @WonderLaura  Před 2 lety +1

      Yes. Stay tuned to the next power hour on 5/11.

  • @lyonjinx730
    @lyonjinx730 Před 3 lety

    might be a silly question.. how do you set the button color to ocean blue?:) I cannot seem to find any guides on fontColor options. the text always appear black for me :/

    • @WonderLaura
      @WonderLaura  Před 3 lety +1

      The property for the button color is the Fill color, and the property for the text color is called Color.

    • @lyonjinx730
      @lyonjinx730 Před 3 lety

      Thank you very much! works as expected. Brilliant tutorial

  • @LHarveyAudio
    @LHarveyAudio Před 3 lety

    Hi Laura, great video. Was wondering if it's possible to run flows that aren't in the default environment? If so do you need to change the actionParams to include more of the environment in the URL?

    • @WonderLaura
      @WonderLaura  Před 3 lety

      Great question, I’ve never tried that, though.