Use the Power Automate v2 Trigger for Power Apps

Ғылым және технология

#PowerPlatform #powerautomate
You're going to learn how to adapt to the changes in Power Apps and Power Automate, specifically the shift from the V1 to the V2 connector for triggering flows. The video walks you through the differences between the V1 and V2 connectors, how to set them up, and how to pass different types of data, including files. It also provides a workaround if you still want to use the V1 connector. Towards the end, the video dives into file uploads, showing you three different ways to upload files using both V1 and V2 connectors.
Up your Power Apps Skills Today!
Link: www.powerapps911.com/up-your-...
0:00 Power Automate v2 trigger intro
0:56 Create a flow and add the trigger
1:33 What is the main difference
3:17 The types of Input
8:26 The new file input
11:31 Edit with new designer
12:24 Create new V1 Trigger
13:17 File Uploading with v2 trigger
If you need some help with something you are working on, contact us!
Link: www.powerapps911.com/contact
PowerApps911
Link: www.powerapps911.com/
Let's connect on social!
Twitter: / shanescows
Facebook: / powerapps911
Instagram: / shaneyoung911
LinkedIn: / cincyshane

Пікірлер: 112

  • @YouCanDoBetterThanThis888
    @YouCanDoBetterThanThis8888 ай бұрын

    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

    3 ай бұрын

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

  • @dougydoe
    @dougydoe9 ай бұрын

    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. :)

  • @TheKermit2110
    @TheKermit21108 ай бұрын

    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!!!!

  • @apbosh1
    @apbosh19 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

    You bet!

  • @Five_to_Nine
    @Five_to_Nine3 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    2 ай бұрын

    Happy to help!

  • @ikacatfish
    @ikacatfish9 ай бұрын

    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 :)

  • @oluwatobipaul6171
    @oluwatobipaul61719 ай бұрын

    Awesome video. Thank you Shane

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

    Happy to help!

  • @c.mdsalih
    @c.mdsalihАй бұрын

    Thanks you so much for this video :)

  • @THEDTSMAN
    @THEDTSMAN9 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

    Glad it helped!

  • @cvkealey
    @cvkealey9 ай бұрын

    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!

  • @KyleMSchroeder
    @KyleMSchroeder9 ай бұрын

    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 ай бұрын

    Thanks for sharing Kyle. Very helpful notes.

  • @DavidAdediran

    @DavidAdediran

    8 ай бұрын

    You can pass those as text.

  • @KyleMSchroeder

    @KyleMSchroeder

    8 ай бұрын

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

  • @wilfdiazr
    @wilfdiazr11 күн бұрын

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

  • @ShanesCows

    @ShanesCows

    5 күн бұрын

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

  • @adrianthomas1761
    @adrianthomas17616 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    6 ай бұрын

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

  • @jaded1977
    @jaded19779 ай бұрын

    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 ай бұрын

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

  • @madelinemoisio7418
    @madelinemoisio74188 ай бұрын

    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?

  • @PFSIKH
    @PFSIKH8 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    8 ай бұрын

    🙈

  • @karolinaunderwood1039
    @karolinaunderwood10393 ай бұрын

    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?

  • @pratham360
    @pratham3608 ай бұрын

    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 ?

  • @salimkoraymalkoc5948
    @salimkoraymalkoc5948Ай бұрын

    thanx a lot

  • @ShanesCows

    @ShanesCows

    Ай бұрын

    Most welcome!

  • @Bekesam
    @Bekesam9 ай бұрын

    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.

  • @stuart-saunders
    @stuart-saunders9 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

    Not that I know of. 😎

  • @23mylifeis
    @23mylifeis9 ай бұрын

    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 ай бұрын

    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.

  • @chap666ish
    @chap666ish9 ай бұрын

    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 ай бұрын

    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.

  • @michaell6049
    @michaell60498 ай бұрын

    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

    7 ай бұрын

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

  • @fam.giannakisflores7780
    @fam.giannakisflores77809 ай бұрын

    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 kzread.info/dash/bejne/aYmZtNyfgNKegqg.html You will set the input as Text and pass a bunch of JSON. All shown in the video

  • @samlogan87
    @samlogan879 ай бұрын

    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 kzread.info/dash/bejne/ZJt5kseYcdbKfdo.html

  • @jonaskarlsson477
    @jonaskarlsson4773 ай бұрын

    Great

  • @ShanesCows

    @ShanesCows

    3 ай бұрын

    Thanks. Have a great week

  • @larryjamespaa3783
    @larryjamespaa37839 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

    Text. I would follow this video kzread.info/dash/bejne/m6Gc2ttsgqjNiMY.html and use a v2 Text input where I showed "ask in power apps" for the collection

  • @PrithviChandrasekar
    @PrithviChandrasekar3 ай бұрын

    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

    3 ай бұрын

    In this video, kzread.info/dash/bejne/ZJt5kseYcdbKfdo.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

    3 ай бұрын

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

  • @olaoluwafolorunso184
    @olaoluwafolorunso1848 ай бұрын

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

  • @bossrf274
    @bossrf2749 ай бұрын

    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.

  • @geralddahl9159
    @geralddahl91599 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

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

  • @CrymesThe
    @CrymesThe8 ай бұрын

    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

  • @larissafujii1211
    @larissafujii12118 ай бұрын

    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

    8 ай бұрын

    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

    3 ай бұрын

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

  • @asmarmoe
    @asmarmoe4 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    4 ай бұрын

    You cannot, kind of annoying.

  • @BrentRicks
    @BrentRicks9 ай бұрын

    Finally! That v1 trigger was so annoying.

  • @ShanesCows

    @ShanesCows

    9 ай бұрын

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

  • @user-yy5xr6cs8k
    @user-yy5xr6cs8k8 ай бұрын

    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

    8 ай бұрын

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

  • @kennyanibaba3839
    @kennyanibaba38399 ай бұрын

    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 kzread.info/dash/bejne/aYmZtNyfgNKegqg.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

    6 ай бұрын

    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 } } )

  • @jenwearing3076
    @jenwearing3076Ай бұрын

    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

    Ай бұрын

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

  • @blackwolf_majik
    @blackwolf_majik6 ай бұрын

    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

    6 ай бұрын

    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?

  • @jomarismeneses3765
    @jomarismeneses37654 ай бұрын

    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

    4 ай бұрын

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

  • @kenethmiranda4077

    @kenethmiranda4077

    3 ай бұрын

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

  • @esiosalazar
    @esiosalazar8 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    8 ай бұрын

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

  • @smithp3302
    @smithp3302Ай бұрын

    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

    28 күн бұрын

    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

    28 күн бұрын

    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.

  • @medapatiashish9496
    @medapatiashish94967 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    7 ай бұрын

    This shows it with the old trigger, I think you would just a Text input trigger and should be good kzread.info/dash/bejne/m6Gc2ttsgqjNiMY.html

  • @v75tan
    @v75tan3 ай бұрын

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

  • @loupsolitaire2695

    @loupsolitaire2695

    2 ай бұрын

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

  • @v75tan

    @v75tan

    2 ай бұрын

    @@loupsolitaire2695 no, just passing - character

  • @michelhegeraat5430
    @michelhegeraat54309 ай бұрын

    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. :-(

  • @lmt125
    @lmt1259 ай бұрын

    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.

  • @YasintaKurnia99
    @YasintaKurnia997 ай бұрын

    how if the media is empty?

  • @ShanesCows

    @ShanesCows

    7 ай бұрын

    This video will help you of you are struggling with uploads. Power Apps Upload File v2 to SharePoint Document Library kzread.info/dash/bejne/lZ6Xpqpwj9mck6g.html

  • @georgekontus6730
    @georgekontus67305 ай бұрын

    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 :(

  • @charlestongeek964
    @charlestongeek96411 күн бұрын

    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

    5 күн бұрын

    Thanks for sharing 😊

  • @paulinedahne
    @paulinedahne8 ай бұрын

    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 kzread.info/dash/bejne/aYmZtNyfgNKegqg.html? Thanks again for your amazing vids

  • @ShanesCows

    @ShanesCows

    8 ай бұрын

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

  • @user-cq4he6px4b
    @user-cq4he6px4b8 ай бұрын

    Great content, very helpful. I was wondering if you could address uploading multiple files using the gallery collection, as demonstrated in your previous video (kzread.info/dash/bejne/aYmZtNyfgNKegqg.html). Are there any plans to revisit and update that tutorial?

  • @ShanesCows

    @ShanesCows

    8 ай бұрын

    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
    @latui73507 ай бұрын

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

  • @ShanesCows

    @ShanesCows

    7 ай бұрын

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

  • @PuellaMagiHomuraAkemi
    @PuellaMagiHomuraAkemiАй бұрын

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

Келесі