Matthew Devaney
Matthew Devaney
  • Видео 8
  • Просмотров 99 276
This App Builds Power Apps (100% REAL)
I built an app that builds Power Apps and the best part is its freaking real. No, seriously! It generates code that you can copy and paste into Power Apps Studio. And it's amazing. Absolutely no AI is involved at all. Just the magic of creativity + code.
Просмотров: 13 453

Видео

Search SharePoint In Power Apps With No Delegation Warning
Просмотров 15 тыс.Год назад
Show all results from a #SharePoint list Search in #PowerApps. 100% effective. This is a delegation workaround for the search function. And it does not require premium licensing. I have found a way to search a #SharePoint list in #PowerApps and return any records with a matching substring. The Power Apps Search function does not support delegation for the SharePoint connector. Instead, we can u...
Power Apps Tip: Generate Row Numbers In A Collection
Просмотров 26 тыс.2 года назад
Generate row numbers for a Power Apps collection with this formula. Copy and paste this code into your own app. Here’s how it works: The ForAll function returns a table of values with the row number included. First, we use the the CountRows function to determine how many rows are in the original collection and the Sequence function to generate the row number. Then we Patch the row numbers into ...
Power Apps Tip: Hide The Navigation Bar In Play Mode
Просмотров 8 тыс.2 года назад
Hide the Power Apps navigation bar by adding hidenavbar=true to the end of the app's play URL. I recommend you do this when providing users with a link to any canvas app so it display as large as possible on the screen. Here's a quick summary of how this tip works. Read the full article for this video at MatthewDevaney.com 🔗 www.matthewdevaney.com/power-apps-tip-hide-the-navigation-bar-in-play-...
Power Apps Hack To Style All Form Controls In Seconds
Просмотров 14 тыс.2 года назад
This strange hack makes it possible to quickly update the style of all DataCardKeys and DataCardValues in a Power Apps form. Normally its simple to update multiple controls at once. Just select a group of controls then change the desired problem. But a Power Apps form makes it impossible to select multiple controls from different data cards. Impossible unless you use this Power Apps hack… 1. Se...
Power Apps Tip: Remove Duplicate Rows From A Collection (Works Every Time)
Просмотров 17 тыс.2 года назад
Remove the duplicate rows from any Power Apps collection with this 1 line of code. Here's how it works: the Distinct function returns a one-column table of unique values for a field. But when we use ThisRecord instead of a column name it results in a one-column table of unique records. Then we loop over the one column table using ForAll to extract the rows into a multliple column table. Read th...
Power Apps Tip: Rename All Occurrences Of A Variable In 1-Click
Просмотров 5 тыс.2 года назад
Power Apps find & replace tool is a powerful new feature. You can use it to quickly rename all occurrences of a variable or collection in your app. It is no longer necessary to change variable names one-by-one Read the full article at MatthewDevaney.com 🔗 www.matthewdevaney.com/rename-variables-in-power-apps-with-1-click/
PowerApps Game: Crossword Countdown
Просмотров 2,1 тыс.4 года назад
Download the PowerApps game for FREE on the Community Gallery: powerusers.microsoft.com/t5/Community-App-Samples/Crossword-Countdown-Word-Game-feat-170-000-Word-Dictionary/td-p/465254

Комментарии

  • @kenkapp1076
    @kenkapp1076 13 часов назад

    Hi Matthew, I realize this is over 2 years old, but curious what happened to Search feature. When I open Power App settings today, "Upcoming features" has been renamed to "Updates" and the Search feature is not listed under the Preview tab as indicated in your RUclips. Did MS drop this feature?

  • @1ZombieFan
    @1ZombieFan 5 дней назад

    By far the best example of power apps coding. and tricks thanks so much for sharing.🤓 I have been working on a power app for my job, used power app to generate form, and now its all in alphabetical order which is not what I want.

  • @AdamHaas
    @AdamHaas 14 дней назад

    You saved me so much time. I had over a 1000 instance to update.

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

    Aweesome trick, thanks a lot. But what a shame on MS. These guys do not have the slightest clue on UX - a monkey with some dice would do it better than those guys over at Redmond.

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

    Any idea why I get this message "Pasting the YAML code for screen, is not yet supported", when trying to paste YAML code into a screen? It's not from the generator, but actual code from another screen?

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

    hi, there is no parseJSON in my setting, does it mean it no longer experimental and dissolve in the system?

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

    Helloooo to Matthew Devaney! Love your site, it has helped me out SO MUCH! Thank you for your ever-generous helping spirit! Love from Holly S, mommy of two four-leggers!

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

    This is awesome, are you making the zip available?

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

    I thought about doing something like this ever since I was able to sync powerapps with github, but I'm not quite at that level yet... I had been trying to figure out regex to replace values in forms. Prior to all that I made a custom timepicker component (thank you), but then realized I couldn't actually use it in a form, which was frustrating. I think this would potentially solve both issues. Would you be willing to share this code/app? I will buy you lots of cat treats. :)

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

    Awesome JOb Thanks for that Tip POWERAPPS MASTER @Matthew Devaney

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

    Take my money?

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

    Hi Matthew, any chance that you will share this app?

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

    I created a component 2-3 weeks ago for navigation (4 levels of nested gallery) using view code/paste code, and it was working and still works in components. The problem is that now I can not insert it on any screen or copy and paste it from a component I think because it was using this feature. Any idea how I can insert it on screens?

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

    Wow!!.. This is amazing!

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

    Just what I needed, thanks

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

    This is amazing, and I am bold to say it is also a game changer.

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

    Does this still work? I get a squiggly red line under ClearCollect and under everything after the first comma ClearCollect(mySolution, ForAll(Distinct(colVehicles, Make), Result));

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

    Whawww!, this is amazing, thank you for sharing! You really are excited show this tool (Y).

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

    Thank you Matthew as always.

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

    This is awesome! Could you share the file for this app so we can use it as a reference to build our own YAML code generators? :)

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

    You are a true legend!!!! How were you able to add components to the screen with just code and no ui interaction. (What is the code for the add field button)

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

      Tough to explain in a RUclips comment but I think I’ll do a live stream after Power Platform Conference so I can answer questions like this.

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

    This is absolutely great

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

    Thank you Matthew

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

    Awesome explainer, and thanks for showing some of the code that runs this, enough to get me going, Excited to see where this leads.

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

      Sounds liked I achieved my mission to get your mind going to new and exciting places. Best of luck on your own code generator app!

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

    Hi Matthew, Can pls help me How to create a roadmap for project, from jan to dec in single screen Using powerapps Can you pls creat video on this this will help me a lot.

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

    I have the data in the SQL data table i need to search 2 or more items a time with single search input box.Thanks

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

    Awesome feature for sure! Great video, thank you! How did you make the copy button to get the yaml code?

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

      There is a Copy() function in PowerFx that allows you to copy text to the clipboard :)

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

    I want the generation code. If you don't supply it, I'll be kitten you not - I will resort to purr-suasion and bribe your cat to cough it up like a furball!

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

      It’s easy. Just take still frames as I scroll through the app formulas code Darren. 😂

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

      @@matthewdevaney3912 Very good. thank you, my friend.

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

    Great video :)

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

    This is most helpful, thank you Matthew. Sadly when you have 62 columns, it's still a lot of work. I wish there was a way to create our own template edit form with the styling the way we always want to start out rather than the styling being nothing you're interested in and have to change every field if you want different colors for hover or pressed events. It's so tiring the impetus to make a copy of your current app for your next one (and use a create from existing for your list - which has problems with at least lookup fields and maybe every complex field) is very high. But then you have all the modifications you have to do to UN DO the parts that aren't needed for the new app. It's exhausting. But this helps certainly to change the font size of everything in one swoop. But the inability to filter for, say, just combo boxes so you can make them all uniform is also a pain having to click off all the fields that aren't comboboxes then make the change, then do the whole vertical to horizontal again, and unchoosing everything that isn't, say, a textInput field, then repeat for Dates... omg it's still a ton of work. If you have any suggestions for making that easier, I'm all eyes 😻

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

    Hi Mathew, big fan of your work. Thank you for posting the eye opening feature in such a great way!

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

      You’re welcome. This was just me having fun. And not trying too hard to do anything other than scratch my own itch.

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

    Hey Matthew! Great App! You have some more plans on the roadmap? It would be cool if the app had like a section where you can set your UI preferences. Also I see a lot of potential with AI generated YAML

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

      Next steps: - Add support for Lookups and Choices columns - Select/Deselect table columns to include - Change field order - Support for both Dataverse Tables and Collections as the Datasource.

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

    Hopefully we could someday edit the YAML code straight from the Power Apps.

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

      I’m sure it will happen. Just not the first step for this feature.

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

    Absolute game changer! Blending creativity and YAML code concepts is going to exponentially accelerate code standardization and app maker experiences. Thanks for sharing this impressive code generator 💣

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

      GEETHA! So nice to see you in my RUclips comments.

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

      @@matthewdevaney3912 Always a big fan of your passion & brilliance! Thank YOU

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

    Hi where can we get this app?

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

      Not publicly released right now. Lack of time is the biggest factor. I need to add a few more minor features and write documentation. Most probable thing I will do next is have a user group presentation or do a live streaming session where I partially build it. And take Q&A.

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

    what's behind the auto-generate button?

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

      The auto generate button runs a flow to get the table columns and their types. I used the EntityDefinitions endpoint in the Dataverse WebAPI.

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

    Maybe you should think about putting your solution in the AppSource

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

    Bravo!! This is fantastic!

  • @Cody-b7b
    @Cody-b7b 3 месяца назад

    This was fantastic! This will make app development on Power Apps so much more streamlined! Thank you for this video, Matthew!

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

    Whaouh! well done!

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

      “Whaouh!” That’s my new word of the day. Love it :)

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

    This is great! I've spent sooo much time customizing input forms and screens - I'm both sad I can't get that time back and excited to not have to do that again.

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

    can we not teach a custom gpt to generate this yaml code for whatever control we want to create? and then someone should provide a repo on github with screen templates yamls codes :)

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

    Great stuff, as always! More and more, it seems the future will be about ready-made apps.

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

      Ready made apps with modifications for the customer, yes.

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

    Did you share the app anywhere?

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

      No, I did not share the app anywhere. Just wanted to share what I built without having to package it up and write documentation. I think it would be a good user group or livestream topic for me to demonstrate how to build.

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

      Copy. Just making sure I didn’t miss anything

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

      No problem.

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

    Incredibly impressive!

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

      Now I want to know who among us has taken this concept even further?

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

      @@matthewdevaney3912 -- Could this idea be put into a Component Library and then sold somehow?

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

      It could. Developers are a hard market to sell to. Many times they build their own or grab something open source.

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

    This is amazingly awesome!! Thank for taking the time to do this!

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

    Thanks Matthew!

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

    That's a lot to think about

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

    I want to try it!! ❤

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

    Matthew you are Awesome please also make videos as you posted blogs its easy to understand and get more details

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

      Would love to but it’s hard to find the time to do both!