Customize SharePoint list forms with Power Apps

Sdílet
Vložit
  • čas přidán 31. 07. 2024
  • #powerapps #PowerPlatform #CanvasApps #sharepoint
    Dive into the synergy between SharePoint and Power Apps in this comprehensive tutorial! Learn how to enhance your SharePoint experience by customizing list forms using Power Apps. This video walks you through the process of transforming a standard SharePoint list form into a more dynamic and functional interface with Power Apps. Discover how to add more advanced features, control field visibility, and adjust form layouts for a better user experience. Whether you're looking to add a touch of pizzazz, require advanced functionality, or simply want to make your SharePoint forms more interesting, this video is your go-to guide. Perfect for both beginners and seasoned Power Apps users, you'll learn how to integrate additional data sources, manage form settings, and even troubleshoot common issues. By the end of this tutorial, you'll be equipped with the skills to create customized, efficient, and visually appealing SharePoint forms using Power Apps.
    Up your Power Apps Skills Today!
    www.powerapps911.com/up-your-...
    0:00 It starts
    0:46 Using Power Apps to customize SharePoint
    4:55 Where did the buttons go?
    9:11 Changing the display size
    11:19 SharePoitnIntegration Output
    12:11 Security and Sharing the form
    12:53 Cannot copy the app
    14:30 Don't overdo it
    15:05 Make the form a brick wall
    16:17 Delete custom form
    Do you need some help on something that you are working on, contact us!
    www.powerapps911.com/contact
    PowerApps911
    www.powerapps911.com/
    Let's connect on social!
    Twitter: / shanescows
    Facebook: / powerapps911
    Instagram: / shaneyoung911
    LinkedIn: / cincyshane
  • Věda a technologie

Komentáře • 57

  • @stefancochrane2723
    @stefancochrane2723 Před 6 měsíci +1

    Thanks, Shane! In our case, 95% of the PowerApps forms we have done the past 3-4 years has been for customizing SharePoint lists, like you do here. Many times, we create these when there is extra functionality (e.g., hide-when's, conditional dropdowns, calling flows directly). Also, for internal clients, the system they want is usually very specific, and they prefer not to see it in the list of PowerApps and ensure the security is inside the SPO site. Caching is a mess, and I usually put a "v1", "v2", etc., too, to make sure changes take.

  • @andrewsmalley
    @andrewsmalley Před 6 měsíci +3

    Great video Shane! 🎥🐕My first ever Power App I built in 2018 was a Custom Form in SharePoint! I generally don't use these anymore as I prefer building apps to provide a better UI/UX. However, you taught me something new today as I had no idea that the Custom Form 'Edit' & 'Save' buttons were editable via the OnEdit & OnSave properties in Power Apps. I loved the fact that you could trigger a flow by customizing these buttons in SharePoint lists!! 💖 Thanks a lot!!

    • @ShanesCows
      @ShanesCows  Před 6 měsíci +1

      Happy to help Andrew! Hope you are having a great day.

  • @RegalEase
    @RegalEase Před 6 měsíci +4

    Something worth mentioning (and you touched on it by saying the more complicated it gets...beware) is that OnStart and the first screen's OnVisible only gets called when the SharePoint page is loaded in the browser. It does not get called when the form is opened. So if you use variables, collections, etc. they need to be cleared or reinitialized in the OnSave, OnCancel, etc. functions.

  • @steventhawe1598
    @steventhawe1598 Před 6 měsíci +1

    Thanks Shane!

    • @ShanesCows
      @ShanesCows  Před 6 měsíci

      Happy to help. Have a great day. 🐶

  • @abuotecho3963
    @abuotecho3963 Před 5 měsíci

    Thanks Young :)

  • @oluwatobiyusuf
    @oluwatobiyusuf Před 3 měsíci +1

    Thank you Shane for this video

  • @q2l867
    @q2l867 Před 20 dny

    How to do I cancle this and go back to editing the list just from sharepoint as it causing me issues with choices columns

  • @paulrockliffe2378
    @paulrockliffe2378 Před 6 měsíci

    Great timing, I was building a form earlier today! Do you know if its possible to do a save and open the next record and to filter to only records with a null in a particular column? I'm adding data to a List that gets created from Power BI data and want to cycle through just the ones that need extra info adding without having to open, edit, close, open, edit, close etc etc

  • @kenpennuto2590
    @kenpennuto2590 Před 3 měsíci

    Ok. Shane, I get that it’s a thinned down version just for SharePoint. That being said, when you go to customize your list form, it’s not actually doing a customization of the original form, it is in essence creating a new form with that data connection. In fact a strangely narrow and almost unusable variant. How can we actually Edit “customize” the actual SharePoint form we started with? I’ve done a lot of customizing of the layout and dynamic hiding of fields with json code, none of which is in the “new” form power apps wants me to customize. So id have to redo all that work. I just want to add some check boxes to some multiple choice fields instead of the default check and go lists it presents to me. Thoughts??

  • @sdrtyu
    @sdrtyu Před 6 měsíci +3

    Thank you for this video! One caviat with this is that the testing becomes diffficult, especially UAT. Once the form live it's difficult to make changes in the future. What are your thoughts on that? Could of course create another identical sharepoint list and try to copy paste elements across the apps but this way seems prone to human errors 😢

    • @ShanesCows
      @ShanesCows  Před 6 měsíci +2

      Yeah. I think this is why I am not a fan of advanced custom forms. Just the basics, that way if you do have to make a change it is minor and you aren’t overly afraid of it.

  • @HoosierGuy
    @HoosierGuy Před 6 měsíci +1

    Good vid! Hope you are feeling OK, you have the Rudolph thing going on 😉

    • @ShanesCows
      @ShanesCows  Před 6 měsíci +1

      Thanks, it is my camera, I still haven't found the right setting so I look all flushed. 😳 I need to work on that more. :)

  • @londonengland2309
    @londonengland2309 Před 6 měsíci

  • @chriseiserbeck9000
    @chriseiserbeck9000 Před 5 měsíci +1

    Another really helpful video Shane - is the functionality you describe also available if you are accessing the Sharepoint list via the MS Lists App?

  • @mariocesena2277
    @mariocesena2277 Před 4 měsíci +1

    Thank you, Shane! Is there a way to have this form appear on my SharePoint home site as a web part, so users are not redirected to the list site when they want to add a new item to the list?

    • @ShanesCows
      @ShanesCows  Před 4 měsíci

      YOu would have to make a standalone app. Then you could add it to the homepage, there is a Power Apps web part on modern sites.

  • @CircusBrain
    @CircusBrain Před 5 měsíci +1

    What if I only wanted a form for New, but the sharepoint list standard edit experience for editing? Is it all PowerApp in SharePointIntegration or can OnEdit be set to the Sharepoint List DispForm.aspx?

  • @jeffsimmons9373
    @jeffsimmons9373 Před 16 dny

    So I don't really understand the logic of restricting sharing on Microsoft's part. If you make an independent Power App, don't users have to have access to the Sharepoint List datasource anyway? Seems arbitrary...
    Also, I noticed they changed the layout recently and it made me think that this power app "locked" to a List wasn't a thing anymore, but oh boy was I wrong... I tried to copy it as a separate Power App using "Save As", and then even tried to export and import it as new, and it still didn't work. I feel like there has to be a way to do this, even if it means I need to make a new list for the datasource. Any ideas? I'm not looking forward to rebuilding from scratch but so far that looks like what I'll need to do.
    Thanks for all your videos, they've been very helpful!

  • @mblherry
    @mblherry Před 2 měsíci +1

    Thanks Shane, great video! Can you add a button on the SharePoint Custom form to save the item?

    • @ShanesCows
      @ShanesCows  Před 2 měsíci

      Yes, look at the logic in the OnSave property of the sharepoint integration and add that same logic to the button. :)

  • @kanwalsingh2802
    @kanwalsingh2802 Před 6 měsíci +1

    Hi Shane, I am facing a challenge. I have customer a form in power app and saved & Published but still can not see the customized form in SharePoint list. I have done the basic troubleshooting like refreshing data source in power app, republished, refreshed SharePoint list multiple times, tried different browser but still no luck. Any tip please?

    • @cristinaminami2162
      @cristinaminami2162 Před 2 měsíci +1

      I had the same issue ... On the SharePointForm properties, you should change the "Default mode" to New. After changing this, it worked for me.

  • @spen2431
    @spen2431 Před 6 měsíci +1

    As always thanks for sharing Shane 👍👍. One for the future? When you create an app, as the owner you get notified for app requests. Is there anyway to change this (as you can with Power BI reports/datasets). Although the app creator, I may not want to decide who should/should not have access. I have got around this with a Flow to forward the app request email - but its not as good as the Power BI way. 💥💥💥💥

    • @ShanesCows
      @ShanesCows  Před 6 měsíci

      You could use this video to change the owner of the app? czcams.com/video/YA0IdOZnM78/video.html

    • @spen2431
      @spen2431 Před 6 měsíci

      Thanks for the reply. I don't want to make a business process owner (non technical) an owner of the app. The Power BI way to manage these notifications is much better and as its all part of the "Power Platform", could bring some shared functionality. @@ShanesCows

  • @darylbetts6737
    @darylbetts6737 Před 6 měsíci

    Is there a way to print the custom form once it has been created and has data entered?

    • @ShanesCows
      @ShanesCows  Před 6 měsíci

      Kind of... czcams.com/video/JMhVtII5hQs/video.html

  • @cassidionline2002
    @cassidionline2002 Před 6 měsíci +1

    I've been trying to implement this all day. I made a new entry form for one of my lists, but after countless refreshes, it's still using the default SP form. Any ideas?

    • @ShanesCows
      @ShanesCows  Před 6 měsíci +1

      Did you save and Publish it? I have not ever seen it not show up at all like that.

    • @cassidionline2002
      @cassidionline2002 Před 6 měsíci

      @ShanesCows yep. I think it might have something to do with the SP site permissions. I tried a custom form on a less restricted SP site, and it worked.

    • @stefancochrane2723
      @stefancochrane2723 Před 6 měsíci

      @@cassidionline2002 Ideally, you will have site collection admin rights to the site. If your list has lookups in other lists or sites, make sure your account has access there, too.

    • @MelissaReed-jb4ii
      @MelissaReed-jb4ii Před měsícem

      @ShanesCows @Cassidionline2002 I'm having the same problem. I've tried changing Default mode to .New in the P/App form as someone suggested earlier. The list KNOWS it's there - when I click "customize" it pulls up my customized form to edit. The List just refuses to use it!

    • @MelissaReed-jb4ii
      @MelissaReed-jb4ii Před měsícem +1

      And suddenly a few hours later it magically starts recognizing my custom form. Maybe an extreme version of the publishing delay Shane was talking about? I'd already given up and banged out a Q&D Canvas App for it. go to edit a value on the list item, and boom -- my custom Canvas app form finally shows up!

  • @gillessylvestre9443
    @gillessylvestre9443 Před 2 měsíci +1

    Hi Shane. What about migrating customized forms from dev to prod?

    • @ShanesCows
      @ShanesCows  Před 2 měsíci

      No real way to do it that I know of.

    • @gillessylvestre9443
      @gillessylvestre9443 Před 2 měsíci

      @@ShanesCows Hi Shane. Thank you for the fast response. I found this very good tutorial on how to do it. czcams.com/video/MCHpFwaHNXY/video.html My next challenge? Script the whole process because I have 85 of them....

  • @shaikhrijwan9322
    @shaikhrijwan9322 Před 6 měsíci +1

    sir... is it good to learn a sharepoint, power apps and power automate to get a job this year ?

    • @ShanesCows
      @ShanesCows  Před 6 měsíci +1

      Yes, there are lots of jobs to be had in the Power Platform. 😎

    • @shaikhrijwan9322
      @shaikhrijwan9322 Před 6 měsíci

      @@ShanesCows thanks 👍

  • @SirviscaSH
    @SirviscaSH Před 6 měsíci +1

    Thanks for the video 🙏 unfortunately the external user cant use my new list form😤

    • @ShanesCows
      @ShanesCows  Před 6 měsíci

      Interesting. I thought it used to work even for External users but I haven't messed with it in years. Sorry

  • @lowcodemastermindclub8337
    @lowcodemastermindclub8337 Před 6 měsíci +1

    Any chance to add SharePoint PowerApps form into solution?

  • @parranoic
    @parranoic Před 22 dny +1

    It worked so much better last year, I don't know what they did but sharepoint and powerbi integration are a nightmare to work with. 2 minutes it takes to rename a control, values show up as blank but they appear correctly in labels, 2 weeks to get the app to be shown in sharepoint and what's even worse even the support team from microsoft has no idea how to fix those issues (it's been 3 weeks since we open an incident)

    • @ShanesCows
      @ShanesCows  Před 22 dny +1

      Yuck, I hope they find a fix for you. Slow editing it the worst.

    • @parranoic
      @parranoic Před 21 dnem

      @@ShanesCows Managed to fix it myself by removing all the data sources and data cards that were buggy.

    • @jeffsimmons9373
      @jeffsimmons9373 Před 16 dny

      @@parranoic I was having a similar issue. Was it showing the DataField values for the datacards as "field_1", "field_2", etc, instead of the actual column names?

    • @parranoic
      @parranoic Před 14 dny

      @@jeffsimmons9373 that is normal, you need to check your sp list settings, if you don't manually create the columns by default they are named like that.

  • @GuidoSalami1
    @GuidoSalami1 Před 6 měsíci

    czcams.com/video/6j7jxKsLqdA/video.html
    can you import /export these apps to other lists? theres some tutorials on youtubee where ive done it, with some caveats and strange bugs in the process

    • @stefancochrane2723
      @stefancochrane2723 Před 6 měsíci +1

      In a short answer, yes. However, if the PowerApps form is very complex, the import won't work very well. (Honestly, we gave up on this options years ago - if you have the PowerApps form open in one browser, and a new list in another, you can copy-paste the entire form and screens).