Connect a SharePoint List to Power Apps | Canvas Apps

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

КОМЕНТАРІ • 55

  • @jupiter792
    @jupiter792 3 роки тому +2

    very simple, but just what I needed to learn how to connect SP List with PowerApps.
    Thanks.

  • @paigebarrone4469
    @paigebarrone4469 3 роки тому +2

    thank you! very helpful for a first time power apps user :)

  • @guilleni
    @guilleni 3 роки тому +1

    Great video thank you so much for showing how to connect lists with a power app

  • @davidm2143
    @davidm2143 2 роки тому +2

    excellent demo, concise, clear and easy to follow. May I ask if you can connect the same list to different apps. Are there any limitations to using the same connector?

    • @andreapinillos
      @andreapinillos  Рік тому

      Yes, you can connect the same list to different apps.

  • @delesewilson429
    @delesewilson429 Рік тому +1

    Great video! So I need help. I'm trying to create a Phone app for the warehouse workers. It is a Personal Protective Equipment Request App or PPE App. I want to know if it's possible for the app to show a detail record of all the times requests were made by the employee, i.e.; showing date of requests made, date items requested were received, name of employee. Essentially, I want to be able to see a log of all the times each employee made a request by tapping on their names and this function should take me to the screen showing a log of all of the above information I listed earlier. I'm sorry for the long comment. Please respond as soon as possible. Would be very grateful for the help.

    • @andreapinillos
      @andreapinillos  Рік тому

      This can be done! Watch my previous videos on canvas apps to learn how to create fields similar to your requirements in dataverse or SharePoint and expose them in a canvas app. Just ensure you select phone instead of tablet when you first create your canvas app! Happy developing!

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

    I have a sharepoint list and an empty power apps canvas with 2 screens for the moment, I want to make with first screen to make add, delete and modifications options (using buttons) , another screen to make only queries. are there any examples where I can guide myself? thanks in advance.

  • @aytech6867
    @aytech6867 Рік тому

    Thank you so much as a newbie to powerapps. What is the difference between creating a project from the create tab and from the solutions ? In the labor market do they create the apps from the solutions tab ?

    • @andreapinillos
      @andreapinillos  Рік тому

      Creating tables within the solution will use your custom publisher and prefix for your project. It is best practice to create a solution for all of your project components.

    • @aytech6867
      @aytech6867 Рік тому

      @@andreapinillos much appreciated 🙏

  • @mayas1349
    @mayas1349 2 роки тому +1

    Very helpful video! Is there a way to move the data source fields? I want to change my design a bit, but it seems the data source fields are stuck on one place. Can I not move them around individually?
    And second, how do I add a new data source that I newly added to my SharePoint list. Do I have to get all the data again?

    • @andreapinillos
      @andreapinillos  2 роки тому +2

      Yes, you can use the blank gallery option and insert text inputs and move them around.

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

    What if your Powerapp was going to have pre-populated data from a list, for instance a list of choices with each choice having a check box; and users could select one or more entries and click submit in the powerapp, and the submit button would update the same list with additional information? Is that possible?

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

      I am trying to see if I am understanding correctly that you want the values in an option set field in a SharePoint list updated by a Power App? Or do you mean that the option set field is tied to a row and the user would be able to select an option from a power app and it sync back to SharePoint with their answer?

  • @tuoyo6896
    @tuoyo6896 3 роки тому +1

    Great video. Where does Power Automate comes in on this App?

    • @andreapinillos
      @andreapinillos  2 роки тому

      Please watch my latest video to see how to connect power automate to power apps!

  • @jeremytang2192
    @jeremytang2192 2 роки тому +1

    What if I have 20 columns of items to insert in power app? I've tried only the first 3 column showed up

    • @andreapinillos
      @andreapinillos  2 роки тому

      Try extending the gallery box, you’ll be able to see all of the items.

  • @yt1hemani329
    @yt1hemani329 Рік тому

    if you add a column can you still connect that column to a new component in power app ? just for that new one ? or do we have to fetch the whole form each time ?

    • @andreapinillos
      @andreapinillos  Рік тому +1

      You should be able to refresh your power app and see that new column as an option to expose.

    • @yt1hemani329
      @yt1hemani329 Рік тому +1

      Thank you for your reply@@andreapinillos
      I found another way. after adding a new column to the sharepoint list. In the power app click on the existing "form" element and click on the "edit field" next to "field" to add the newly added coulmn into the fieldsets.

  • @financiallyfreegenz
    @financiallyfreegenz Рік тому

    7:55 Default mode set to "New". Gave me headache for an hour why the form isn't showing. Problem solved. Thanks

  • @W.Wallace73
    @W.Wallace73 2 роки тому +1

    Hello Andrea, Very helpful content. I need something similar, I have a form with a record gallery, but I just show records, with a criteria, I mean, I have a field called Month, so I want to show only the records were that field is equal with the current month. How can I do it? Also how can I include the apps in my Sharepoint Intranet? Thanks in advance

    • @andreapinillos
      @andreapinillos  2 роки тому +1

      Yes you can filter by month. Check out my other video on sorting and filtering in a canvas app!

    • @W.Wallace73
      @W.Wallace73 2 роки тому

      @@andreapinillos Thanks for reply. I already did it...

  • @jakubkozio2277
    @jakubkozio2277 2 роки тому +1

    Hello. As my first contact with powerapps I've tried to make this app twice and it looks like button doesn't send any data to the list. Nothing happens. What can be the problem?

    • @andreapinillos
      @andreapinillos  2 роки тому

      Hello! Which button is not working? After you connect to the data source and add a gallery list, you’ll want to look at the right panel properties and ensure your table/data source is connected to your gallery list.

    • @jakubkozio2277
      @jakubkozio2277 2 роки тому

      @@andreapinillos "post feedback" button. It does mit add data to the SP list. When I click on the Form there is source od data: feedback list do I think it's ok. Alsow when I manually added data to the list gallery does not show it after starting an app. Can there be any problem with connection between sharepiont and powerapp or something?

  • @phu_nguyen_010
    @phu_nguyen_010 Рік тому

    thank you for your video !!! help me a lot

  • @tradertube
    @tradertube 2 роки тому

    Very nice explanation. Much appreciated.

  • @thelifeofjenelle6286
    @thelifeofjenelle6286 Рік тому

    Do you know how to add the time stamp that was present on power app to MS lists?

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

      Sure - I will add this functionality to a future video.

  • @maheshs2125
    @maheshs2125 Рік тому

    Hii andrea can you make one video on In form i have 4 tabs so how to navigate using javascript

  • @rafaelapinillos6
    @rafaelapinillos6 3 роки тому +1

    Great video!

  • @pickgps
    @pickgps 2 роки тому

    You solved all of my problems!!!

  • @breadandcheese1880
    @breadandcheese1880 Рік тому

    How do i display that power apps on the SharePoint list when user hits New?

    • @andreapinillos
      @andreapinillos  Рік тому

      Can you elaborate on this question please?

    • @breadandcheese1880
      @breadandcheese1880 Рік тому

      @@andreapinillos When the user selects "New Item" in the SharePoint list, We want the form built from PowerApps to render on the screen. The end user wants to view the submitted items in the regular list but wants to submit via a PowerApps form.

    • @andreapinillos
      @andreapinillos  Рік тому

      @@breadandcheese1880 I would embed the power app in SharePoint and create the “new button” in the power app.

    • @breadandcheese1880
      @breadandcheese1880 Рік тому

      @@andreapinillos yes, my question is geared more towards how to embed it and still allow users to view the traditional list.

  • @delesewilson429
    @delesewilson429 Рік тому

    How do you create a new publisher?

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

      I'll create a video on how to create a new publisher but when you create a new solution, you will be given the option to create a new publisher.

  • @jwats98
    @jwats98 3 роки тому +1

    This was really helpful :)

  • @bhushandolas2857
    @bhushandolas2857 11 днів тому

    Thank you 👏

  • @mahimabhimwani6032
    @mahimabhimwani6032 2 роки тому +1

    Amazing🤘🔥

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

    You saved a life

  • @PastulioA
    @PastulioA 3 роки тому +1

    i love the broken English (in a good way)

  • @jayashreevasudevan3641
    @jayashreevasudevan3641 3 роки тому +1

    Amazing!

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

    Please move the mic away from the keyboard. The sound of the typing is very jarring. That said, great content!

  • @prasanthnair143
    @prasanthnair143 3 роки тому +1

    Nice

  • @aducaale328
    @aducaale328 10 місяців тому

    Thank you

  • @nene1964
    @nene1964 2 роки тому +1

    You lost me at publisher. you really didn't explain that and just brushed it off