Should You Ever Use SharePoint as a Power Apps Data Source?

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 33

  • @PowerAppsTutorial
    @PowerAppsTutorial  9 місяців тому +2

    🍬 Get my free video course, access to my free community
    www.skool.com/power-apps-community ⬅

  • @AndrewBrewster-ti9ei
    @AndrewBrewster-ti9ei 9 місяців тому +5

    Additional list security settings: Turn off Edit in grid view in list settings > Advanced. Also set a custom permission level on the site and apply it to a permission group for the list that allows ordinary users to add/edit/delete as required, plus prevents them from creating their own views too. Turn off RSS for the list so people cannot subscribe to the list to get at list data without SharePoint forms.

    • @rockabillyron
      @rockabillyron 8 місяців тому

      I mostly use 'Users can only see and edit their own records' in Advanced settings too. And give a SP group (with a few people) full rights on the list.

  • @skjones91199
    @skjones91199 9 місяців тому +1

    We have an automated process for requesting SharePoint sites via a flow approval, which also creates the site (well, I created it so I'm biased!). Thanks for the great information!

  • @skjones91199
    @skjones91199 9 місяців тому +2

    Also, I've found it's easier to just use JSON formatting for SharePoint forms modifications (unless you use that cool technique to keep ppl from editing the list in SharePoint).

    • @DonCurrier
      @DonCurrier 9 місяців тому +1

      You mean integrating Powerapps to create a new form so users have to use the app. We do that. And we use JSON formatting as well.

    • @skjones91199
      @skjones91199 9 місяців тому

      @@DonCurrier great!

  • @SarahGallardo-hd7vg
    @SarahGallardo-hd7vg 9 місяців тому +1

    Great video! 👍🏽 Clear and insightful discussion on using SharePoint as a Power Apps data source. Definitely will help many to weigh the pros and cons. Thanks for breaking it down! 🔍💡 #PowerApps #SharePoint #DataSources

  • @nickfurry9679
    @nickfurry9679 9 місяців тому +2

    Nice discussion, but i think im still gonna use SharePoint as datasource for now. hahahaha (the licensing for the premium stuff is too hard T-T)

  • @andrewhess123
    @andrewhess123 9 місяців тому +1

    Dang, I should of been here for this topic! I could talk for days!😀

    • @PowerAppsTutorial
      @PowerAppsTutorial  9 місяців тому +1

      Awe... would have loved to have you in on it, man!

  • @SuPern0vA72
    @SuPern0vA72 9 місяців тому

    Great content and format of presentation. Agree with all points made on SharePoint.
    It would be really helpful if you could create videos on how to configure/setup Dataverse (you mentioned it’s a bit more involved) , differences from SharePoint (eg guid instead of ID), and column types to avoid in databerse (would you still avoid lookups in databerse for example)
    Thank you and looking forward to future content

    • @PowerAppsTutorial
      @PowerAppsTutorial  8 місяців тому +1

      Thank you for your positive feedback! I appreciate your suggestions on Dataverse content, and I'll definitely create videos on configuring Dataverse, highlighting differences from SharePoint, and discussing column types to avoid. Stay tuned for upcoming content, and feel free to share more suggestions. Your support means a lot!
      Join my free community for more content: www.skool.com/power-apps-community

  • @jisaperez4909
    @jisaperez4909 9 місяців тому +1

    This is a good video. Very informative and helpful :D

  • @flightmode7655
    @flightmode7655 Місяць тому

    16:03 oh yes. i can confim that 100%. by the way do not change the type of the column more than two times. i was playing around to see whats going to happen if one does ist, and it basically breaks the complete view of the list. however the data can still be created but not accessed by anyone over the list itself. there is a labe that just says "something went wron, try again later" or something similar.

  • @henriquedelafonte283
    @henriquedelafonte283 9 місяців тому +1

    thats a great discussion!

  • @natcongreso2763
    @natcongreso2763 7 місяців тому

    Hi, I think I was able to do a workaround on one of the "CONS" which is "User wondering on your sharepoint data and modify directly". So what I did is to utilize power automate get,delete,add,edit items and made the powerautomate run only users using my account. From that flow all data are passed to power apps and used parsejson to put them on a collection. But the sad thing is i cant use Forms :D, so I made my own from scratch, then pass back the data using powerautomate again to sharepoint. I hope you get where Im going :P

  • @Jackelofhell
    @Jackelofhell 9 місяців тому +1

    The answer for me is: All the time, my company does not use dataverse and we cannot setup a sql gateway quite yet 😂

  • @tonicassis619
    @tonicassis619 9 місяців тому +1

    For a simple form, I just use powerapps to design the form.

  • @MrDashingAshish
    @MrDashingAshish 5 місяців тому

    Much helpful

  • @shishirjakhmola5104
    @shishirjakhmola5104 8 місяців тому +1

    I know SharePoint is not a Relational Database but I have no convincing argument to support it.
    Can you please help.

    • @PowerAppsTutorial
      @PowerAppsTutorial  8 місяців тому +1

      Sure! SharePoint is primarily designed as a document management and storage system, not as a relational database. While it offers some features similar to relational databases, like lists and columns, it lacks key relational database characteristics. For instance, it doesn't support complex relationships like many-to-many or one-to-many without workarounds, and it doesn't offer the same level of query optimization or data integrity features that relational databases provide. SharePoint is more about collaboration and content management, whereas relational databases are designed for complex data relationships and high-volume data transactions.

  • @vazaruspaytonas7017
    @vazaruspaytonas7017 8 місяців тому

    Wait don't use people picker column type? So what do you use in place of people picker column in both the list and the power app?

    • @PowerAppsTutorial
      @PowerAppsTutorial  8 місяців тому

      You may want to avoid the People Picker column due to deletion issues. You can create a custom list that will contain the required users 😊

    • @vazaruspaytonas7017
      @vazaruspaytonas7017 8 місяців тому

      I will have to research how to do this. So use the office connectors and store as string in text column?@@PowerAppsTutorial

    • @PowerAppsTutorial
      @PowerAppsTutorial  8 місяців тому

      You can create a sharepoint list and add the users manually