Power Apps SharePoint Document Library Browser

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

КОМЕНТАРІ • 264

  • @JFDicer927
    @JFDicer927 3 роки тому +19

    "In life, death, taxes, and delegation are the most important things." - Shane Young
    Now one of my favorite quotes.

    • @ShanesCows
      @ShanesCows  3 роки тому +3

      Came up with it in moment and it cracked me up. 😹

  • @smaug3045
    @smaug3045 Рік тому +19

    Not sure if sommething has changed, but I had to use 'Value' insted of 'Result' in the code: Set(varFolderPath, Concat(FirstN(Split(varFolderPath, "/"), CountRows(Split(varFolderPath, "/"))-2), Value, "/") & "/") Love your videos PowerApps would be so much harder to learn without all your input.

    • @ShanesCows
      @ShanesCows  Рік тому +2

      Yeah, sorry, they changed from Result to Value a few months ago. 🫤 Glad you figured it out.

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

      Thank you, you save me.

    • @tylerborchardt9490
      @tylerborchardt9490 Рік тому +3

      @@angelrubenvazquezrivera5971 Thank you for pointing this out.
      @ShaneCows, maybe consider adding this as a note to the description for those that don't always see or go through comments :)

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

      Thanks Sir!!

    • @paulpattinson2992
      @paulpattinson2992 2 місяці тому

      @@ShanesCows i can only get this to work with folders, it wont display any files!!!! HELP!

  • @markdudevad
    @markdudevad 3 роки тому +7

    Sir, you are a freaking legend. Long live the king of Powerapptopia

    • @ShanesCows
      @ShanesCows  3 роки тому

      You are very kind Mark. Thanks 😎

  • @marcboesgmailcom
    @marcboesgmailcom 3 роки тому +4

    @Shane Young. Great stuf! One note though: you can use delegation in combination with SharePoint libraries (thanks to Reza Dorrani, would never have found that out by myself). If you add an indexed library column ('IndexedFolderPath') which you populate by flow, your solution works with large (>5000 item) lists. I've created such a flow which also iterates down the foldertree in case an upper parent is renamed. But I am sure you write a better one yourself if this is something which you would find useful. Thanks for all your work for the community and keep it up!

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

    Dude!! Another one of your videos that sent me down a rabbit hole!! Thank you!!! I was able to combine this with a SharePoint List and filter the Document (Gallery) files based on the Title name of my SharePoint List. Love your stuff!

  • @adrianmora4481
    @adrianmora4481 24 дні тому

    Shane been following for years, thank you for the hard work

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

    This is pretty awesome Shane. Lots of fun techniques and tips to manage stuff with Visible and vars. Love it! Thank you 😊

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

    OMG! Thank you so very much for this video. I am back on the horse now and happy with the progress. Thanks Shane. I just purchased Office Hours and can't wait for you to get me straightened out.

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

    Brilliant as always Shane, thanks for sparking the ideas with your videos. Was an absolute novice six months ago, but with your vids i've learnt a lot... and we're producing so many apps via powerapps now. Thank you 😉

    • @ShanesCows
      @ShanesCows  3 роки тому

      Happy to help Gary. Have a great day!

  • @DavidShaw-dc4re
    @DavidShaw-dc4re Рік тому +1

    Hey thanks Shane the Launch() function was what I have been looking for!

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

    Love the coding for the up arrow. Brilliant!

  • @AceForall
    @AceForall Рік тому +4

    Love the videos. One problem, "Result" in the up arrow does not work for me. It is not recognized.

    • @EpicBizHero
      @EpicBizHero 10 місяців тому +1

      Try Value instead of Result. The formula creates a table with one column and the column name is Value. Success?

  • @icesea3573
    @icesea3573 3 роки тому +4

    This video is exactly what I needed.
    Thank you!

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

    A very important video. I'm making a playlist of these 'Basics/All about' videos as a reference for my studies. Thanks, Shane.
    Best, Paul

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

    Thanks for leaving it the little workflows in-between. I was good to see little bonuses like quickly modifying a list (thumbnail) and then refreshing the data source. I feel like I now have a much broader understanding of how things click together :-)

    • @ShanesCows
      @ShanesCows  3 роки тому

      Awesome! That is always my hope by sprinkling in the little things.

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

    Ty so much for your videos Shane its because of you that I passed my PL-100 and became a certified app maker. Also I will forever identify you as striped zebras way cooler tag in my opinion

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

      Congrats Cory! I need to take that exam myself.

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

    Great video, the step by step instructions really helped! Thank you

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

    Dude, you run very well!
    Great video.

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

    Hello from Brazil !!!
    Thank you very much. Your explanation is great and simple.

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

    Hi Shane - love your vids, very well done and informative. Giddyup

  • @mstavra
    @mstavra Рік тому +2

    hey @Shane, when i use result on the function you have provided for the back button, it throws me an error (Result isn't recognized) . I don't understand what i am doing wrong...

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

      Change Result to Value.
      Set(varFolderPath, Concat(FirstN(Split(varFolderPath, "/"), CountRows(Split(varFolderPath, "/"))-2), Value, "/") & "/")

  • @EdTignor
    @EdTignor 10 місяців тому +1

    This reminds me so much of FileMaker. I used it way back around 2011? It was a database application on Macs

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

      I vaguley remember it. That was a while ago. :)

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

      Yes. Yes it was! Wow. Time flies

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

    A great video, alone I would never have succeeded! Very useful for me, thanks for the help!

    • @ShanesCows
      @ShanesCows  3 роки тому

      You're welcome!

    • @patrizioferrari5443
      @patrizioferrari5443 3 роки тому

      @@ShanesCows This mode applies up to 2000 raws. With larger lists of file/folder I think I should create a collection via power automate because 'folder path' cannot be delegated. But I don't know how to do it!

  • @Gregory-lc3rf
    @Gregory-lc3rf 3 роки тому

    Awesome Shane !!, thanks for all these tips

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

    Hello Shane, your explanations are excellent, there is only one detail that I would like to know if it can be applied, I have a large number of folders in the library. Will it be possible to filter a specific folder and access its content?

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

      Yes. I show in this video filtering to a folder. Then you could add search nested around that filter

  • @elmuhaerte
    @elmuhaerte 3 місяці тому +1

    Shane you demo the Upload feature in the beginning but never shared how you implemented that. Are there follow up videos to this one?

    • @ShanesCows
      @ShanesCows  3 місяці тому +1

      Here is a link to the updated upload video ua-cam.com/video/cjcDH7_v6cE/v-deo.html 😎

    • @elmuhaerte
      @elmuhaerte 3 місяці тому

      @@ShanesCows tyvm, implemented and works like a charm. great stuff.

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

    Very gooood job!! Thanks Shane!

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

    Cool video, how do you delete or remove a file if it is in a folder inside the "Documents" library. You said that you were in Shared Documents but you deleted from Documents. How can you delete one level down?

  • @joepark8872
    @joepark8872 2 місяці тому +1

    Have you done a video on how to access a document's version history from a Power Apps gallery?

    • @ShanesCows
      @ShanesCows  2 місяці тому

      I have not, and I have never had to do it so not sure I have anything in my head for this one. I know it is possible via the SharePoint HTTP action and REST API but that is far as my brain goes.

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

    👍👍 Life saver great content Shane . Possible to create folder when the plus icon is clicked ? Please advice how I can create folder in low and push files in the folder

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

      ua-cam.com/video/2gE0e_AsdMw/v-deo.html This video. I did it talking about Teams but it is the same for SharePoint. :)

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

      @@ShanesCows Thank you so much Shane , Both combined contents solved my requirement. You deserve my paycheck this time 😊, Now working on metadata,...

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

    Death Taxes & Delegation are the most important things in Life.
    Carved that on my wall!

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

    Hi Shane I have found this video really helpful however I am stumbling on Filter(Documents, 'Folder path' = "foldername/") to filter my main folders. it just refuses to recognise the command. Any suggestions?

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

    Thanks for useful content. Is it possible do the same thing with File System Connector?

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

    Is there a work around for the non-delegable limitation? Is it possible to set the gallery data source to specific folder and it subfolders?

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

      Probably. I didn't go any further down this rabbit hole but I am sure there is some more creativity to be had.

  • @Milyboy6412
    @Milyboy6412 6 місяців тому +1

    Good stuff thanks and is there a way to get the subfolder/specific folder open and see the item on the gallery when the screen loads rather than navigating it from the beginning. If yes , what would be the code foe the test folder here. Thanks

    • @ShanesCows
      @ShanesCows  6 місяців тому

      I haven't tried but I think yes. I show you how to use a variable to navigate in the video. So set variable when the app opens. Kind of like we do deep linking ua-cam.com/video/olJWU756tl0/v-deo.html

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

    Soooo helpful. Thanks so much for this. Is there a way of adding a sort (sorry very new to this)

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

      This video should help Beth. ua-cam.com/video/_NCLeRpot3k/v-deo.html

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

    Great video, thanks! How do you manage to open word documents in a new browser tab? When I try to do that the documents are always downloaded.

    • @ShanesCows
      @ShanesCows  3 роки тому

      That should be how your browser is configured and the url your are Passing to it.

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

    Thank you Shane. Great video.

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

    Hey guys and Shane! Awesome video! I actually used your solution on a project.
    I have one question though. I have seen the video where you teach “how to upload a file to a Sharepoint folder from PowerApps” and I saw that you mention the video in this one we are now but doesn’t go in detail.
    But I would like to CHOOSE the folder in the SP library that the file will go before uploading it. Is that possible? Could anyone or Shane kindly help please?
    Thank you very much.

    • @ShanesCows
      @ShanesCows  3 роки тому

      All of the pieces are here. Use this video to find the folder you want. Then pass that folder path to the flow as shown in the other video you referenced.

    • @rodrigobernardo717
      @rodrigobernardo717 3 роки тому

      @@ShanesCows Oh right! Thank you very much Shane! I've learned a lot through your videos, you're awesome!

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

    Hi @shane Young, I am struggling to connect my power app to an excel file data source, that resides in a folder inside a SharePoint document Library. When choosing data source, i can only connect to a list, but NOT a folder inside a document library. Any pointers would be appreciated.

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

      It is not possible. If you want to connect to Excel then the file has to be hosted in OneDrive for Business.

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

    Thanks so much for the video Shane!
    Is it possible to have two different document libraries in one app? Since its set OnStart value I'm kinda stuck how to do it.

  • @Mistervinch88
    @Mistervinch88 11 місяців тому

    Hi Shane, Awsome stuff you make. Very good step by step. One thing I cannot solve, do you know if something is changed regarding the Thumbnails? When I want to change the sample image for a thumbnail, it doesn't work..

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

    Excellent video! Thank you very much!

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

    Hi Shane, this covers some points I have been stuck on. One thing I have been trying to work out is if CDS could be used to store documents, or, is it simply not a document storage service?

    • @ShanesCows
      @ShanesCows  3 роки тому

      It has a file column type but I haven’t used it for a real customer app. So I am not sure how well it does or doesn’t work. 😑

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

    Great video again. So thanks!

  • @adriaanaylsworth263
    @adriaanaylsworth263 Місяць тому +1

    If I have two document libraries, can I set the "OnStart" to two folder paths?

    • @ShanesCows
      @ShanesCows  Місяць тому +1

      You could have two variables. But then you probably need two galleries to show the different folders.

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

    Hi Shane,
    Again a very interesting video. Unfortunately I also had the "delegation problem".
    I use a dirty trick for this, to load libraries with more than 2000 items. I copy the data into a collection with the filter by the "Modified" column and a date earlier than the library was created. Since I only want to display dates, this is sufficient for me.

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

      Glad you found a work around :)

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

      Can you tell me the formula you have used to do this ?

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

    thanks for the tuto, is it possible to do the same thinks but in PowerApps Portal ?

    • @ShanesCows
      @ShanesCows  3 роки тому

      Not sure if it is possible but if it is then it would not be easy. :( You would most likely have to figure out how to call the SharePoint rest api.

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

    Hi Shane and Team, I know this Video is 3 years old, I was wondering if there has been any advance on the 2000 max records for galley search ,filter & folder path.
    I have an automation that raises Repair Purchase orders and sends them to our Vendor base. Each order is pushed to a SharePoint Document library as a PDF.
    I would like to be able to have a canvas app where an approved user can pull down a PDF copy. I have approx 22,000 active orders as some components in the airline industry have long turn times.
    Building the app is a piece of cake, Delegation is the issue. Any Tips or workaround would be appreciate.
    Also, as always Great content on all your videos .
    Thanks

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

    Help! 'Link to Item' doesnt appear to be a valid control anymore!

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

    @Shane, great video. i am just starting out learning about PowerApps and Sharepoint. Was wondering, is there a way when people are viewing the content to disable the ability to download and/or use the right click option to do Save As. Want to block the ability to disable downloading content.
    Thank you

  • @ServicesTechnical
    @ServicesTechnical 6 місяців тому +1

    Hi Shane...I just connected sharepoint folders to powerapps but some of folders are missing. I checked the folders which are not showed up in powerapps but I checked the sharepoint folders and the folders are right there in sharepoint folder....and the folders even don't have lots of subfolder or files in it. Could you please help?

    • @ShanesCows
      @ShanesCows  6 місяців тому

      Could it be a Delegation issue? Do your library, as a whole, have lots of items?
      More on Delegation here ua-cam.com/video/2FQoTp6RXwc/v-deo.html
      Other than that I have not ran into issues with folders not showing up.

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

    Hi Shane, great Video. Is there any way to rename the document without using a flow?

    • @ShanesCows
      @ShanesCows  3 роки тому

      Not that I know of but never tried.

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

    Good one. Now I know delegation ranks right up there with taxes. Was a good reminder on Concat, Split, and grouping the shade/pop-ups. I still don't know how you are getting the SharePoint links to images to show on your mobile. I'm still failing at that.

    • @ShanesCows
      @ShanesCows  3 роки тому

      Tyler if you have a gallery and use the Thumbnail.Large do you not see the images? That is so weird.

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

    hello. I have a problem. I perform all the steps in the video and when I try the app, when I enter a folder, it enters it but the content inside or the subfolders do not appear. I can't find the error

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

      Gabriel - Is it possible your document library has more files than the delegation limit? If so, that would explain you not getting results.

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

    Hi Shane, how can I get rid of the folder? All I want to be live is the actual files

  • @ollim.5253
    @ollim.5253 2 роки тому

    First of all: i like you're video tutorials a lot. I wonder if there is simple way to get the url out of element type link from a sharepoint library? when you use the "Link to item" you only will get the path to the shortend document.

  • @robshields76
    @robshields76 Рік тому +2

    Love your videos Shane. Followed this right the way through and it all worked right up until 'Result' searched n cant really find out much about 'Result' function. its no longer available in settings/experimental to enable. any one able to assist?

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

      Robin what is the time stamp I show where you are struggling? I will try to look tomorrow

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

      @@ShanesCows Hi Shane. 18:47. Result function throws an error. any help would be greatly appreciated.

    • @ShanesCows
      @ShanesCows  Рік тому +2

      @@robshields76 Got it. They changed Result to Value 😐😐

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

      @@ShanesCows ah I see. Will try it in the morning. Thanks a lot for the help.

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

    Great content as usual. Have you ever applied metadata (i.e. using document content types) upon adding a document to a library through a powerapp?

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

      This is as close as I have been ua-cam.com/video/e0kMjb686tc/v-deo.html

  • @emilymcpherson3357
    @emilymcpherson3357 3 роки тому

    Shane - how can we search these document libraries? I have large quantities of files and need to search the title, but "search" and "filter" will not work... :(

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

    Cannot see the pdf files and also want to add a search option, how can I do that? Thanks in advance.

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

      i can see SOME PDF's but not all. I hope you get a reply to this. I'll be keeping an eye.

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

    is there a way to add a feature that allows the user to save or "pin" favorite documents? or make available offline?

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

      You would have to track that in another list and connect the dots. I did it one of my videos… which one…if I remember I will add another comment. Hmmm

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

    Hello Shane, I have a document library created based in a Customized Content Type Document Set, I'm trying to build a Custom Form SharePoint for that, but I get always an error when I try to save it, the famous "Network Patch funtion", I think is it not possible to have a Customized form for this type of scenario?

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

    Amazing Shane as always. :) Your tutorials and resources have helped me save countless hours and allowed me to create comprehensive apps for my company. I subscribe to your curated library and Power Apps and Power Automate 201. Is there a resource file for this video in either of those? So excited for Power Apps and Power Automate 201 2022. Thank you for being awesome!

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

      I am pretty sure you can download the working app. 😍

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

    I can't get the previous button to work at all. I'm not sure what i'm doing wrong.

    • @ShanesCows
      @ShanesCows  3 роки тому

      It should be setting the variable with the shorter path. Try showing the variable in a label on the screen so when you click back you can see what is happening.

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

    My previous comment seems to have disappeared. I was curious as to why delegation failed for Filter() using Text and + which the documentation seems to imply should work. I just found a Microsoft forum post which showed that delegation for Filter() is supported for columns which are either custom or are same as those used by Lists.

    • @ShanesCows
      @ShanesCows  3 роки тому

      I have never used a + so not sure how that would work.

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

    Great Video! I added the search icon for the preview but when I enter the code listed set(varRecord, ThisItem); set(varShowPreview, true) ThisItem is not being recognise as a valid function. What am i doing wrong or what I left off

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

    For some reason in the Folder 'up arrow' function, 'Result' doesn't work, but 'Value' does.

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

    please could you share the link to the upload document video

    • @ShanesCows
      @ShanesCows  3 роки тому

      ua-cam.com/video/3QaiM8SeWfM/v-deo.html

  • @EmilieVallot
    @EmilieVallot 6 місяців тому +1

    Bonjour,
    j'aimerais faire le même type de navigation mais ma galerie est utilisée pour plusieurs bibliothèques de documents que j'appelle via une variable. Comment puis-je procéder ?
    Merci

    • @ShanesCows
      @ShanesCows  6 місяців тому

      For the Gallery Items property you will need to have an If statement. If(variable = "Dogs", DogTable, variable="Cats", CatTable, etc....
      You cannot use a variable as the data source directly.

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

    Hi Shane. Love your work (as always). I built something like this recently, but am having some difficulty with using metada for filtering (we have created a bunch of doctype groups as various filters in our libraries.) I'm getting an error about that column being a record. Is this a function of the term store setup effectively being a bunch of records grouped together? Am I not referencing it correctly and/or is there a way to do so? Really appreciate your thoughts on that - I see you were simply able to reference the metadata AnimalType in the preview... Cheers from Down Under.

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

      If it is a complex column type then it will be a record. ColumnName. Should show you the possible values.

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

    This is 100% what I have been looking for!!!
    Except this is not working for me :(
    Does the Document Library need to have specific settings enabled?

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

    Can there be a button in the gallery to download the document into the download folder instead of opening it then having to have it?

  • @POLEW1
    @POLEW1 3 роки тому

    Tried to set up Set varFolderPath, to my shared but gallery dissapears , and dont know why ;(

  • @tbone536
    @tbone536 10 місяців тому +1

    @Shane Young if the URL of the SharePoint data source changes, will my PowerApp update eventually/sync after a crawl. Or do I need to physically remove and readd the data source?

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

      Physically change the app. Sorry

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

      @@ShanesCows Thank you. We were able to delete the SharePoint data source in PowerApps, then immediately re-add it and then everything reconnected. However; one of our developers had hard coded one path within the app, and for that we were able to do a find and replace. The associate workflows were not so forgiving though... and those we had to remap every single SharePoint connection. 🙄

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

    Hi have you done a video where we can read the contents of an excel file we upload in the document library as you have done above but then upload that data into dataverse? And is it also possible to filter the documents on the powerapps by the user so that users only see what they have uploaded?

  • @jorgear56ify
    @jorgear56ify 3 роки тому

    What you can do with Libraries with more than 10.000 elements.?

  • @adriaanaylsworth263
    @adriaanaylsworth263 2 місяці тому

    What does "Result" store?

  • @NP-zg3hq
    @NP-zg3hq 3 роки тому +1

    I have a sharepoint document libaraby with 3203 files, which can be accessible with power app, but if I add a new file to the sharepoint, it is not reflecting in power apps.
    Refreshing datasource / using clearcollect() did nothing.

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

      Do you maybe have a delegation issue? ua-cam.com/video/UaBmVUQx_Fk/v-deo.html

    • @NP-zg3hq
      @NP-zg3hq 3 роки тому

      @@ShanesCows thank you, the issue was the flow used for setting values, which is then filtered to avoid delegation warnings.

  • @anandasanyal
    @anandasanyal 3 роки тому

    As always useful, nice video, Can we put a search in this app. I've managed to handle delegation, add a text column in SP Library, Some how search is not working on that. Please have a thought. Thank You

  • @tps1990
    @tps1990 3 роки тому

    Great! but not usable with the delegation problem 😕

  • @harryliu6552
    @harryliu6552 3 роки тому

    Can access SharePoint Library in ForAll function?

  • @julien8979
    @julien8979 3 роки тому

    Hey Shane,
    Great video, as usual, thanks for sharing! The good thing is also it respects the library and/or sub-folder, file permissions based on how it's configured in SharePoint to the users. I have one question:
    1. If I have User A, User B belongs to the Documents library and I have User C and User D belongs for example to Accounting Library is it possible to apply filter condition on the main gallery to display the content of the folders based on the library and the current user signed-in?

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

    Hi Shane,
    How are you ?
    One way to win over the delegation would be to create a new column and make a flow that takes the path in that column

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

      I like it

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

      @Altino Fernandes: Sorry, I'm a noob... can you explain more? I'm intrigued...

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

      @@melissaburwell3378 Original sharepoint columns are not delegable in Power Automate. If you create a new column, it will be delegable. Create a column, just like we do in the list.

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

      @@altino91255268 thanks!!

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

    Thanks again as always Shane, another great video! I've got everything working like I need it to, however I can't figure out how to create nested folders. I'm using PA to create a folder in the document library but it only saves it to the root. Not sure how I pass the file path to create a folder within another folder. Any assistance would be appreciated!

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

      This video should help. I talk about Teams but it is 100% the same for SharePoint and I show that also I think. ua-cam.com/video/2gE0e_AsdMw/v-deo.html

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

      @@ShanesCows Thanks, I'll check it out. I watched some of your other videos around libraries but haven't crossed this one, the title didn't stick out to me. Thanks again for your efforts!

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

    is it always must be from SharePoint documents library?

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

      Sorry, I don't understand the question. Power Apps works with all SharePoint list types.

  • @bhavyapatnam7586
    @bhavyapatnam7586 3 роки тому

    How do u suggest to clear and reset the variable back to "Shared Documents/",
    I am asking kindly cuz my variable shows "LibName/FolderName1/" initially,
    then when I re-run it shows "LibName/FolderName1/FolderName1/"
    Again runs: "LibName/FolderName1/FolderName1/FolderName1/"
    Pls help me out here.

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

    Hi Shane, do you have a video that shows how to surface SharePoint document library in a Power Apps Portal page, please?

    • @ShanesCows
      @ShanesCows  3 роки тому

      I don't. I do not do much with portals. 😐

    • @conaxlearn8566
      @conaxlearn8566 3 роки тому

      @@ShanesCows Oh~~ Thank you for your reply. 😉

  • @techdrift73
    @techdrift73 3 роки тому

    @Shane Young
    I Enjoyed this video too. I am building a pastoral care app for the school I teach at. I was wondering If it is possible to mimic the Teams feature where a document library is populated with folders 📂 when students submit their assignments. Any other work they submit is subsequently added to their folder. When we meet with parents it would be great to have all the supporting docs in a single folder for each student.
    Thanks for all your efforts.
    PS I'm not sure I'm ever going to finish this app if I keep watching your videos🤣🤣

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

    Hi Shane, is it possible to use cam scanner or scanner pro app to scan a document in pdf then attach to a record and email out?

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 5 місяців тому +1

    Can you get around the delegation limits with pagination in this case or is that a waste of time? GTP just suggested it to me.

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

      Not that I know of, non-delegation is mostly undeafted. 🥴

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

      @@ShanesCows Thanks for saving me an hour of my life hehe. Darn you delagation! I will maybe break up the library and try that. When there is a will there is a way.

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

      @@ShanesCows New doc library done. Flow in place to move data once every 6 months. That works for me. ty again.

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

    Excelent, thanks!

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

    Good job, Sir!

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

    Hi Shane, nice solution I must say :) Though I don' see how you would be able to use this method when using for example different sharepoint sites for each project that you want to browse and thus need to make hundrerds of connections to datasources in powerapps.

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

    Great video, as always. And incredibly well timed, I must say. You could prevent the whole delegation issue by pointing the gallery to a collection instead of the SharePoint library, right?

    • @ShanesCows
      @ShanesCows  3 роки тому

      Yes, but the Collect function isn't delegable so it would only be grabbing the first 500 records also.

    • @marcboesgmailcom
      @marcboesgmailcom 3 роки тому

      You can use Flow to get only one folder content returned with a SharePoint HTTP Request. Easy with Response (premium license!), less easy without as then you need to use ForAll and Splits to convert the return string to a table. But it can be done. Not sure how to get the thumbnails yet, but if I figure it out, I'll make a post of a flow variant of this example.

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

    @shane Young - i have 9 documents Library List, one by one folder created,
    Example - AP>FY22>P01>China>LocalFile>Account Number>"Excel File"
    This way folder structure, can I able to access this document via Power Apps without any location Master Data? KIndly advice

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

      @shane Young any update or its not doable in power apps??

  • @ConfidencePoint1
    @ConfidencePoint1 3 роки тому

    I have 2 galleries. 1st gallery contains names of SP libraries. like you have 1 folder called 'Documents', I have 17 folders. Can you say how to fetch folder path for the site contents tab in SP cuz all lists & libraries are displayed there. From there, I want to display the respective data in 2nd gallery.

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

    Excellent video, very helpful. Could something be done where you use this to choose a file and then attach it into a SharePoint Item ? - Just a thought

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

      Yes. Two options. One grab the Link and add it to a HyperLink column in SharePoint item. That way you don't move the file you just link to it. Two: Send the base64 to flow and have Flow add attachment to a list item.

    • @philipdickason4587
      @philipdickason4587 3 роки тому

      @@ShanesCows Thank you

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

    Shane, do you think Microsoft will change PowerApps at any point for uploading the files, as I know when you click on the + button you have to change the file type drop-down from image files to all files in order to upload say a PDF file.. ?

    • @ShanesCows
      @ShanesCows  3 роки тому

      Chris not if you use an attachment control instead of add media. ua-cam.com/video/Pa-pYEkLH-U/v-deo.html

    • @sudosaurus
      @sudosaurus 3 роки тому

      @@ShanesCows Ill have to give that a go! Thanks :)

  • @dvillaret74
    @dvillaret74 3 роки тому

    Hi Shane, this looks like it could be part of a solution I'm looking for for the charity I work for. I'm looking for a way to display template forms from a SharePoint library to lots of different Teams. I've looked at adding a flow that will copy the selected from the master library to the Teams library. However, I hit a snag as the flow wants current & destination site addresses. do you know if there's a way to pass these dynamically? The app will need to work for over 70 Teams