Use the Power Automate v2 Trigger for Power Apps

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 114

  • @YouCanDoBetterThanThis888
    @YouCanDoBetterThanThis888 9 месяцев назад +8

    I was literally scratching my head when the 'Ask in Power Apps' dynamic is missing! Microsoft is not giving enough heads-up on this! Huge thanks to Shane for uploading this helper video so timely. Sorry that you are not as lucky as the rest of us are to have a 'Shane Young' video to turn to when such nuisance occurs...LOL...

    • @ShanesCows
      @ShanesCows  8 месяцев назад

      Glad I could help, I do agree it felt like a very abrupt change.

    • @juliapi2609
      @juliapi2609 4 месяца назад

      o m g ! same !! i was literally had a mental breakdown

  • @Five_to_Nine
    @Five_to_Nine 3 месяца назад +1

    You've helped countless times with pieces of info like this, thank you so much!

  • @ikacatfish
    @ikacatfish 9 месяцев назад +1

    I tried to use a Power Apps trigger for the first-time last week and could not find any instructions on how to use it that matched v2. Although I ended up finding your work around for v2, I found a different solution which was probably better for my use case. This is timely and something I will use in the future, thanks for the video!

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Glad I could help and glad you got it working :)

  • @apbosh1
    @apbosh1 9 месяцев назад +1

    Thanks for keeping me up to date! Saves an awkward moment down the road.

  • @KyleMSchroeder
    @KyleMSchroeder 9 месяцев назад +4

    Couple things, I've noticed about the new trigger. First, in the case that you make an input optional, you will want to manually write out the expression to reference to the input. Using the dynamic content selector excludes the question mark in the expression, which means it expects a value. For example, the dynamic content selector will return triggerBody()['text']. To avoid the error you had in your example, you will want to manually type triggerBody()?['text']. The ? means that the value can be null. The other thing I've noticed is that we can no longer pass in objects or arrays. This is a major step backwards in my opinion as I have a number of situations where I need to pass in an object or an array. I will be copying one of my workflows that uses the V1 trigger in order to retain this functionality. Hopefully, Microsoft will add those input types in the future.

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      Thanks for sharing Kyle. Very helpful notes.

    • @DavidAdediran
      @DavidAdediran 9 месяцев назад

      You can pass those as text.

    • @KyleMSchroeder
      @KyleMSchroeder 9 месяцев назад

      @@DavidAdediran True, but that requires to convert it to text in the app and then parse in the workflow. Extra steps for no reason.

  • @dougydoe
    @dougydoe 9 месяцев назад +1

    Great Stuff, Shane. I've been using the V2 for a while and I prefer that anyway so all good. I think the V2 version of file upload is much sleeker, straightforward and easy to use. Thanks for sharing. Very good to know.

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Thanks. V2 is better, I just have to learn new muscle memory. :)

  • @cvkealey
    @cvkealey 9 месяцев назад +11

    What annoys me about the V2 trigger (and most, if not all of the other "Instant" triggers) is that once you add an Input, you can't delete it without deleting and re-adding the trigger. I totally get that allowing makers to delete inputs could cause problems in the flow, but there are times you really do need to delete an input. Maybe you create it as text, then realize it needs to be a number (or boolean, or whatever). Grrr!

  • @wilfdiazr
    @wilfdiazr Месяц назад +1

    Muuuuuuuuuuuuuuuuuuuuuchisimas gracias Shane, me ayudo mucho tu video... Crack, Saludos

    • @ShanesCows
      @ShanesCows  29 дней назад

      Happy to help or with ChatGPT's help: ¡Feliz de poder ayudar! ¡Me alegra que te haya servido el video! 😄

  • @adrianthomas1761
    @adrianthomas1761 7 месяцев назад +1

    Thanks you so much, this was doing my head in. my current flow recently broke (requesting 97 arguments for reasons unknown).

    • @ShanesCows
      @ShanesCows  7 месяцев назад

      97 is a lot. 😳 Hope you find an answer that works for you.

  • @jaded1977
    @jaded1977 9 месяцев назад +5

    Is there someplace that Microsoft warns us of these changes in Flow? I would love to know what they intend before I get my coffee and find out my life was turned upside down yet again :P

    • @ShanesCows
      @ShanesCows  9 месяцев назад +3

      Sometimes they blog it, sometimes we just get shocked when we are mid demo or cup of coffee. 😑

  • @TheKermit2110
    @TheKermit2110 9 месяцев назад

    cheers Shane, love it when they introduce more powerful versions of a function that simplifies everything - no more JSON/Base64/Binary conversions on file attachments. Cooooooollllll!!!!

  • @PFSIKH
    @PFSIKH 9 месяцев назад +1

    Great Video! Is no one going to mention there is a body on the floor in Buddy's picture? 🤣

  • @THEDTSMAN
    @THEDTSMAN 9 месяцев назад +1

    Yes Shane!!!!! Thank you, this was driving me insane!!!!!!!! Dam you Microsoft 😊👏🏻

  • @oluwatobipaul6171
    @oluwatobipaul6171 9 месяцев назад +1

    Awesome video. Thank you Shane

  • @salimkoraymalkoc5948
    @salimkoraymalkoc5948 2 месяца назад +1

    thanx a lot

  • @c.mdsalih
    @c.mdsalih 2 месяца назад

    Thanks you so much for this video :)

  • @madelinemoisio7418
    @madelinemoisio7418 9 месяцев назад

    Hey Shane, thank you so much for your content - it has taught me so much! I have switched over my flow to use this new trigger, but when I upload documents - they get corrupted and I cannot open them anymore? Has anyone else ran into this issue?

  • @fam.giannakisflores7780
    @fam.giannakisflores7780 9 месяцев назад +2

    Shane. How pass and array?so we can upload multiples files at once? Could be as a json format? Or concatenet text?

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      This video ruclips.net/video/7UeRzfPo8RE/видео.html You will set the input as Text and pass a bunch of JSON. All shown in the video

  • @charlestongeek964
    @charlestongeek964 Месяц назад +2

    Please Note: If {file:{name:Last(Self.Attachments).Name,contentBytes:Last(Self.Attachments).Value}}.... is giving you an error. Try, removing the file wrapping like so, {name:Last(Self.Attachments).Name,contentBytes:Last(Self.Attachments).Value}

    • @ShanesCows
      @ShanesCows  29 дней назад +1

      Thanks for sharing 😊

    • @alfonsofloresjr8217
      @alfonsofloresjr8217 16 дней назад +1

      I came here to comment this myself lol. This issue was driving me nuts earlier till I figured out with some experimenting.

  • @karolinaunderwood1039
    @karolinaunderwood1039 4 месяца назад

    This is absolutely brilliant! Thank you so much (as always). Just one quick question: with v2 option, how about if I would like to have more than 1 attachments? How do I apply this to Apply to All?

  • @BrentRicks
    @BrentRicks 9 месяцев назад +1

    Finally! That v1 trigger was so annoying.

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      Ah. I liked it, I will miss it. Something about this old dog having to learn new tricks. 😹

  • @Bekesam
    @Bekesam 9 месяцев назад +1

    Thank you Shane for the heads up!! For the V2 upload, is there a gain in upload processing time or would it be the same as V1? Cheers

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Not that I am aware of, but I haven't dug in at the level either to compare.

  • @23mylifeis
    @23mylifeis 9 месяцев назад +1

    Hi Shane Young! Perfect as always. Thank you 🙃
    Can you make a video of this scenario? Main source of DataVerse, but not directly accessible by other users (no license). Only the developer of the program has a license.
    (How to set the data source of a form to a collection?)
    How to use a Collection-based source for Forms Apps (when users don't have direct access to DataVerse). To record and update data from the form in DataVerse, use Power Automate (child and parent flows) which will be launched from PowerApps, data is transferred from PowerApps in JSON format and using Power Automate is recorded and updated in the main DataVerse source.
    How at the same time, using Power Automate, you can write JSON data (manually entered into the form) received from PowerApps to the DataVerse source if there are choice, lookup fields.
    Sorry for my bad English. Thank you for your work and training 🤗

    • @ShanesCows
      @ShanesCows  9 месяцев назад +2

      Noted but I doubt it. Sorry, I usually avoid content around trying to avoid licensing challenges.

    • @23mylifeis
      @23mylifeis 9 месяцев назад

      @@ShanesCows Understand =)
      Maybe then in this part of the question?
      How to record and update data transmitted from PowerApps in JSON format (entered manually in text fields) using Power Automate to the DataVerse source, especially in the choice and lookup fields.

  • @stuart-saunders
    @stuart-saunders 9 месяцев назад +1

    Great as always Shane. Is there anything we lose as a result of the v1 deprecation??

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      Not that I know of. 😎

  • @PrithviChandrasekar
    @PrithviChandrasekar 4 месяца назад +1

    Hi Shane. Thank you for this video. How do you dynamically create a folder and put a file inside that folder in power apps v2?

    • @ShanesCows
      @ShanesCows  4 месяца назад

      In this video, ruclips.net/video/2gE0e_AsdMw/видео.html, that is what I show. I use the v1 connector and I talk about it being for Teams but it works the same for SharePoint.

    • @PrithviChandrasekar
      @PrithviChandrasekar 4 месяца назад

      @@ShanesCows thank you Shane. Can I follow the same for v2 also?

  • @chap666ish
    @chap666ish 9 месяцев назад +1

    Great video Shane, thanks.
    Don't you think it would be nice if Microsoft would give us an idea how long they will continue to support the V1 trigger for...

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      My guess = V1 will always work, so you will never have to rebuild an old flow. But within a few months they will remove all of hte workaround places to create it. 🤷

    • @chap666ish
      @chap666ish 9 месяцев назад

      @@ShanesCowsThanks Shane. Presumably keeping the old triggers would also mean they need to keep the "old" flow editor. Unless they update the new editor to enable editing of old triggers, I suppose.
      Don't get me started on the new editor. On the one hand it's a great improvement, on the other it's bl**dy awful.

  • @blackwolf_majik
    @blackwolf_majik 7 месяцев назад +1

    Probably a silly question: the V2 and Manual Button trigger caps out at 20 inputs, but my form has more fields. How should I provide the form info for an approval step if I can't get all of the field info into the workflow?
    The requestor wants to have the workflow triggered manually, via button click, to request form approval rather than on Item Creation. Should I just pick a handful of key fields and then try to add in a weblink to the original item for reference?
    I don't see the option for V1 anywhere (I'm on a government platform).
    Thanks!

    • @ShanesCows
      @ShanesCows  7 месяцев назад

      How about send the ID of the item in the flow, and then have the flow lookup the item, then you will have all of the data in the flow to add to the approval?

  • @user-yy5xr6cs8k
    @user-yy5xr6cs8k 9 месяцев назад +1

    When you click "Create new flow" from within Power Apps, the V1 trigger is no longer available. Tried it today- Based in AUS

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Boo! They fixed the loophole already. Boo! Thanks for the headsup.

  • @jonaskarlsson477
    @jonaskarlsson477 3 месяца назад +1

    Great

    • @ShanesCows
      @ShanesCows  3 месяца назад

      Thanks. Have a great week

  • @jomarismeneses3765
    @jomarismeneses3765 5 месяцев назад +1

    Nice video! But do you know what I could do if I don't see the Power Automate flow in Power Apps? I did an Instant Cloud Flow with Power Apps as a trigger and it doesn't show up in the PowerApps flows. Thanks!

    • @ShanesCows
      @ShanesCows  5 месяцев назад

      After you look for there are ... you can click to refresh.

    • @kenethmiranda4077
      @kenethmiranda4077 4 месяца назад

      Do you fixed it? Because right Now im having this exact same problem, and I refresh but nothing appears

  • @asmarmoe
    @asmarmoe 5 месяцев назад +1

    how to change the trigger input name from "text" & "text_1" to meaningful internal name?

    • @ShanesCows
      @ShanesCows  5 месяцев назад

      You cannot, kind of annoying.

  • @michaell6049
    @michaell6049 9 месяцев назад

    You mention at ~8:18 that you can pass variables to call text. If I have a variable that holds multiple values (text field, dropdowns), how could I pass that through? This is super helpful, thank you so much Shane.

    • @evanhagos7901
      @evanhagos7901 8 месяцев назад

      Are you figuring out this issue? If yes, please share

  • @kennyanibaba3839
    @kennyanibaba3839 9 месяцев назад +1

    Hi Shane, do you know if this trigger file input can be used for multiple files?

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      I don't think so, I think you would do multiple files as JSON text as shown in this video ruclips.net/video/7UeRzfPo8RE/видео.html

    • @kennyanibaba3839
      @kennyanibaba3839 9 месяцев назад

      @@ShanesCows thought as much... Thanks Shane, your videos are always helpful! Saves people like us the time of having to figure em out ourselves.

    • @rickysmith6158
      @rickysmith6158 7 месяцев назад +1

      I don't know if this is ideal, but I used a "ForAll" function to upload multiple files, it runs multiple flows, which means multiple calls.
      I used a With statement to create some variables for the name and then added this into it.
      ForAll(attachment_control.Attachments,
      {
      file: {
      contentBytes : ThisRecord.Value,
      name: _Upload_Details.SubmittedDate
      }
      }
      )

  • @samlogan87
    @samlogan87 9 месяцев назад +1

    Hey Shane, when you need to dynamically change the file upload location, can you do the same thing with the file name and add a location?

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Yes, in this old video I show exactly how to do it ruclips.net/video/2gE0e_AsdMw/видео.html

  • @geralddahl9159
    @geralddahl9159 9 месяцев назад +1

    I think the trigger maxes out after adding around 20 text inputs - any tips on getting past this? Thank you.

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      I haven't ran into that yet, so I got nothing. sorry

  • @smithp3302
    @smithp3302 Месяц назад +1

    Hey @Shane, have you come across an issue where the PowerApps is not able to find any of your flows and get a message "You have no instant flows."?
    I believe the issue started with the error "Failed to refresh the flow. Unable to refresh this flow. Solution flows added via the old pane cannot be refreshed and need to be removed and re-added manually instead."
    Any help on this will be greatly appreciated!!

    • @ShanesCows
      @ShanesCows  Месяц назад +1

      Yuck, sorry I haven't seen that issue. If you create a new app does it see all of your flows? That would be the first thing I would try. Is the issue with just one or app or bigger than that.

    • @smithp3302
      @smithp3302 Месяц назад

      I tried creating another app and all my flows are showing up there. So not sure why it’s not showing up in the original app.

    • @smithp3302
      @smithp3302 23 дня назад

      @@ShanesCows that worked. Had to create a new app and all of the flows showed up

  • @larryjamespaa3783
    @larryjamespaa3783 9 месяцев назад +1

    Hi Shane, how about adding collection, is it under text or file? Thanks

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Text. I would follow this video ruclips.net/video/imhxy3REgXc/видео.html and use a v2 Text input where I showed "ask in power apps" for the collection

  • @bossrf274
    @bossrf274 9 месяцев назад +1

    Do existing Flows with the v1 connector still work?
    Nothing stopping me from copying the v1 trigger from an old flow into a new flow?

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      Yes, everything still works. If you check out the end of the video I even cover how to make a new flow with v1. 🤩 There are chapters in the description if you want to jump to that section.

  • @larissafujii1211
    @larissafujii1211 9 месяцев назад +1

    Hi Shane! But, my power apps pane doesnt show the power automate (flow) button. Do you know if I need to active something in power apps? Thanks for sharing this solution!

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      I thought it just showed up. If not look under settings and features and see if there is something you can turn on to get it.

    • @kenethmiranda4077
      @kenethmiranda4077 4 месяца назад

      Do you fixed it? Because right Now im having this exact same problem, and I refresh but nothing appears

  • @v75tan
    @v75tan 4 месяца назад +1

    Not allowing to make the V2 parameter Optional - nothing happen on click checkbox, Please guide

    • @loupsolitaire2695
      @loupsolitaire2695 3 месяца назад

      have you found something ? I have the exact same problem, cannot remove the "required"

    • @v75tan
      @v75tan 3 месяца назад

      @@loupsolitaire2695 no, just passing - character

  • @pratham360
    @pratham360 9 месяцев назад

    Hi Shane. Thanks for the video. I have the Power apps V2 configured against a submit button in Power Apps. In that case what should be my input ?

  • @esiosalazar
    @esiosalazar 9 месяцев назад +1

    how to input a table using V2? in V1 it was so simple

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      I would pass it as Text, that was what I did in v1 when I wanted to send over a collection.

  • @jenwearing3076
    @jenwearing3076 2 месяца назад

    Hi Shane, do you have a video that shows how to get dynamic content from the information in the power app into the flow?
    Using the instructions above, I'm still struggling to get the "id" number, which is a DataCard value in my custom power app form (from SharePoint) back into my flow triggered from that form. SharePoint custom form ---> button to trigger workflow --> workflow "get items", "generate document based on updated item", "update item".
    I keep getting "schema doesn't match" errors trying to get the ID as input to the "get item"

    • @jenwearing3076
      @jenwearing3076 2 месяца назад

      Nevermind, It was working, just not the way I was testing it. Thans for your vids!

  • @WanderWise01
    @WanderWise01 9 месяцев назад

    Not about trigger, but I need a guide on How to apply discount and subtracting it from listed price in my powerApp

  • @medapatiashish9496
    @medapatiashish9496 8 месяцев назад +1

    can you tell me how to send a list as input.

    • @ShanesCows
      @ShanesCows  8 месяцев назад

      This shows it with the old trigger, I think you would just a Text input trigger and should be good ruclips.net/video/imhxy3REgXc/видео.html

  • @lmt125
    @lmt125 9 месяцев назад +1

    Is the only if using it online? Same for desktop?

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      There isn't a desktop version of Power Apps or Power Automate cloud flows, so not exactly sure what you are asking. sorry

    • @lmt125
      @lmt125 9 месяцев назад

      @@ShanesCows thanks, then not relevant. I just power automate desktop only.

  • @CrymesThe
    @CrymesThe 8 месяцев назад

    need a solution to use form fills within power app --> click button --> approval process --> record all info from app into sharepoint or excel table row

  • @georgekontus6730
    @georgekontus6730 6 месяцев назад

    Microsoft has patched the V1 trigger. When you try to create a new flow for Power Apps it will pop up with the new V2 trigger now :(

  • @YasintaKurnia99
    @YasintaKurnia99 8 месяцев назад +1

    how if the media is empty?

    • @ShanesCows
      @ShanesCows  8 месяцев назад

      This video will help you of you are struggling with uploads. Power Apps Upload File v2 to SharePoint Document Library
      ruclips.net/video/cjcDH7_v6cE/видео.html

  • @michelhegeraat5430
    @michelhegeraat5430 9 месяцев назад

    You can check your upload a few times, but not all the time. =😕
    There is definitely something weird, maybe about the create file, or maybe with the trigger not being exactly the same when you re-submit the flow, but I've seen quite a few "mistakes", where it creates a text file, with the mime text inside, with the name and extension of jpeg or a pdf, stating the content type is image/jpeg or application/pdf.
    And ofcourse being "low no code", there is no way to check in the flow, if the file is created correctly. :-(

  • @paulinedahne
    @paulinedahne 9 месяцев назад +1

    Hi Shane - Have you got the new PowerApps v2 working with drag and drop multiple files or should I stick to using v2 text input type and follow your video ruclips.net/video/7UeRzfPo8RE/видео.html? Thanks again for your amazing vids

    • @ShanesCows
      @ShanesCows  9 месяцев назад

      I think using a Text input and doing it the old way is still the only option I know works.

  • @user-cq4he6px4b
    @user-cq4he6px4b 9 месяцев назад +1

    Great content, very helpful. I was wondering if you could address uploading multiple files using the gallery collection, as demonstrated in your previous video (ruclips.net/video/7UeRzfPo8RE/видео.html). Are there any plans to revisit and update that tutorial?

    • @ShanesCows
      @ShanesCows  8 месяцев назад +1

      I should revisit that but I haven't tried myself. First thing I would try is can you make the flow use a Text input and basically just receate the video that way?

  • @latui7350
    @latui7350 8 месяцев назад +1

    Freakin' hate Microsoft, this was the worst decision ever.

    • @ShanesCows
      @ShanesCows  8 месяцев назад +1

      I think it will end okay but causing some short term pain. 😎

  • @PuellaMagiHomuraAkemi
    @PuellaMagiHomuraAkemi 2 месяца назад

    Terrible garbage, cant even edit the types and the date field is string by default. Thanks for nothing Microsoft...