PowerApps Hide SharePoint List and remove it from Search

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • Learn how to remove your SharePoint lists so they don't show up from the SharePoint site, from Power Apps or Power Automate, and even as Search Results. Adding another layer of protection when using SharePoint as a data source. All of this done with a single flow action against the SharePoint Rest API.
    Power Apps Consulting and training at www.PowerApps911.com
  • НаукаНаука

Комментарии • 191

  • @NKBobcat
    @NKBobcat 3 года назад +1

    In the past I always had to use a rest call to do this and was always worried about breaking things. This is much easier and explains it well! Thank you Shane! 😁

  • @rinturaju9288
    @rinturaju9288 2 года назад +1

    Thank you so much Shane, me and my senior was searching this for a long time. YOU ROCK (as always)

  • @mohamedamine7839
    @mohamedamine7839 Год назад +5

    This is what I was looking for, Shane !
    I really appreciate your efforts. Thanks to you!
    Tips:
    + Two underscores before the metadata.
    + If you want to recover the list, send an HTTP request with the same parameters, adjusting :
    'Hidden':false,
    'NoCrawl':false

  • @GregCo72
    @GregCo72 3 года назад +3

    Perfect timing on this Video. Getting ready to release an app and was worried about users going in and trying to edit in datasheet mode. Could take it a step further and create a list of lists with bool values and tie it to dynamic values in the flow to turn on and multiple lists at will.

    • @ShanesCows
      @ShanesCows  3 года назад

      I like the idea Greg 😀

  • @markpalisoc4868
    @markpalisoc4868 3 года назад +1

    Thank you for this! I'm exactly at this phase where I need to justify the the security of my app to my boss (for audit purposes) and this definitely adds to it.

  • @saharhussein7043
    @saharhussein7043 2 года назад +1

    Thank you so much Shane, My app has gone so far because of your tips and tricks. YOU ARE AWESOME!!

  • @cvkealey
    @cvkealey 3 года назад +1

    This is great information, and good to know I can do it through Power Automate (since Powershell has been a little wonky for me since switching to the latest version). When MS Lists first rolled out, the "Hide from browser"/"Hidden" option didn't seem to impact visibility in the Lists app, but checking some of my "known hidden" lists now, it seems like they closed that loophole. What's nice, though, is that if you "favorite" a hidden list, it will show up in the Lists app for you, but still be hidden from others.

  • @user-xl5ve6hf8z
    @user-xl5ve6hf8z Год назад +1

    Double underscore!! Who'd have thought it - I really should subscribe and download the templates rather than copying from my screen. Another brilliant video Shane - thank you :)

    • @ShanesCows
      @ShanesCows  Год назад

      Glad you got it working. 🤩

  •  3 года назад +1

    Great way to hide Document Libraries and List from SharePoint site :) Awesome possum. Thanks for sharing Shane 👍

  • @mdhidayat5706
    @mdhidayat5706 Год назад +1

    thanks Shane!
    Using it right away in production.
    Able to hide and unhide SP list when required. 👍

  • @anthonyleduc
    @anthonyleduc 2 года назад +1

    You rocks...a must to see for all powerapps makers who works with SP list like me

    • @ShanesCows
      @ShanesCows  2 года назад

      Thanks :)

    • @vishaljhaveri7565
      @vishaljhaveri7565 Год назад

      WHAT I FOUND IS :
      If the user has the right to create a page in SharePoint site and then if he creates one and if he wants to add component and where he adds the list, he will get access to names of all the List present in the SharePoint Site.

  • @wendymason3263
    @wendymason3263 2 года назад +1

    Awesome Shane, this is exactly what I needed right now. Thanks yet again

  • @davidmaher2805
    @davidmaher2805 2 года назад

    Awesome, thanks Shane. Just what I needed and easy to do.

  • @KeithWilliamsbangor
    @KeithWilliamsbangor 2 года назад +1

    Great help as always Shane! Worked perfectly first time

  • @natcongreso2763
    @natcongreso2763 Год назад +1

    This is what i was looking for. Thank you so much Shane!!!

  • @benjamincpetersen
    @benjamincpetersen 3 года назад +2

    AWESOME!!! - Also, easy to reverse by setting both "true" 's to "false" in the body

    • @ShanesCows
      @ShanesCows  3 года назад

      Yup. Nice point!

    • @VildMedBacon
      @VildMedBacon 2 года назад +1

      Hi, have you gotten the reverse to work? The reverse flow runs successfully, but the list remains hidden on my end 😥

  • @pathimohanadurgasai7816
    @pathimohanadurgasai7816 3 года назад +1

    Much awaited video.. Thanks

  • @volkersteltenkamp3554
    @volkersteltenkamp3554 3 года назад +4

    Thanks for the video, great as always. Just tested this and noticed that it is important to write "IF-MATCH" and "MERGE" in uppercase characters. Otherwise you will receive an error stating the the "__metadata" (yes, you have to use two underscores!) parameter does not exist is the getByTtitle method!

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Great tip!

    • @aliendb
      @aliendb 3 года назад +1

      I have spent a day troubleshooting this error. thought I posted a message here yesterday but - who knows... seems to have dissappeared. I could not solve this problem and even after realizing MERGE was "Merge"... still. but... THANK YOU FOR POSTING YOUR VERSION OF the _ _ double underscore... apparently mine was not the right kind of double underscore. Looked right but nope!!! a day of that garbage - and copying your tag - - worked. phew! if I wasn't clear... thank you again!!! and Shane - another great video as we were just looking to get this included in our "non-security" solution.... I'm still trying to figure out if there is a good way for better security solution to allow members to have access to lists (for powerapps) but NOT allow them to open them in Sharepoint. I know it seems weird but like you mentioned in one of your other videos about security... they might need access to the data (in formulas or other purposes)... i Just don't want them to see the raw data!!! But I digress. Thanks both of you!!! saved the day.

    • @davidmckenzie1889
      @davidmckenzie1889 2 года назад +1

      @@aliendb I have previously used a method to 'hide' a list from users in SharePoint that allows Power Apps to access the data. There are a few steps:
      1. Set user access to the list to exclude the ability to create views on the list.
      2. Make sure there is only one view on the list and set this to filter for something that returns no rows (I use ID=0)
      3. Customise the list forms with Power Apps and remove all fields and replace with a label saying "no access" - this stops user from using EditForm.aspx etc.
      I also create a personal view to show the data if I need to see it.
      This doesn't stop a user viewing the data using Excel, or another Power App, but adds another layer of obscurity.

    • @doganmentese6059
      @doganmentese6059 2 года назад +1

      Thank you very much :) ""__metadata" (yes, you have to use two underscores!)" save my life this information :)

  • @elinagash1
    @elinagash1 3 года назад +7

    As usual your videos are excellent.
    You can also do this in two steps without FLOW.
    1. through the SharePoint designer in list settings Check the option - hide from browser
    2. in list settings set Allow items from this list to appear in search results? NO

    • @ShanesCows
      @ShanesCows  3 года назад

      Thanks for sharing! :)

    • @komanglayang7861
      @komanglayang7861 Год назад

      Can you please elaborate more on how to achieve this? I can't seem to find the Sharepoint designer in list settings

    • @nandhakumar6480
      @nandhakumar6480 Год назад

      Hi Where i can see point number 2

  • @stephenuk6490
    @stephenuk6490 Год назад +1

    Great video, I tend to hide lists using Sharepoint Designer (list/properties/hide from browser).

  • @bogusawkresowiak7426
    @bogusawkresowiak7426 Год назад +1

    Thanks Shane, you helped me a lot today :) Keep up the good work

    • @ShanesCows
      @ShanesCows  Год назад

      Will do, I appreciate the support.

  • @shingomcleod
    @shingomcleod 3 года назад +2

    Hi Shane, thanks for this video - great to know there's a quick way to do this instead of asking our IT support to run Powershell scripts. You asked is there another way to find this list and the answer is inevitably yes, as David McKenzie eluded to... PowerBI desktop > connect to the SharePoint site and you'll see all the lists hidden or not 🙁. Wish Microsoft could close that loop!

  • @remitirfoin8400
    @remitirfoin8400 2 года назад

    Great videos! loving those by the way. One quick question: will that also hide it from Delve? thanks

  • @expandlearning100
    @expandlearning100 4 месяца назад +1

    great explanation for the most needed scenario. Thanks @Shane

  • @dimitrioschasanidis5510
    @dimitrioschasanidis5510 3 года назад +2

    Hi Shane, a fantastic video again! I don't want to be off topic but I would like to ask what naming convention you use for control names in bigger projects? Do you follow Microsoft guide (btn: button, txt: textbox etc)? Maybe that could be a nice idea for another short video. Thanks!

    • @ShanesCows
      @ShanesCows  2 года назад +1

      Thanks. I do use btn and inp and dd for Dropdown and dp for date picker 😎

  • @killedgamer5011
    @killedgamer5011 2 года назад

    Hey Shane, perfectly good video, love your channel and all of your tutorials!
    I have a question regarding the invitations of Microsoft List: In the past, if I added Users to my Microsoft List which holds the raw data of an app, I could deselect the notification of the user so that they don't get any mails about this list. Unfortunately today I found out that this is not longer possible and you will send an invitation mail to a new user every time you add them. Is there a work around solution to add user "secretly" to a list without any notification? Best regards, Robin

  • @TheRemyRomano
    @TheRemyRomano 2 года назад

    What I like to do is keep my data sets in a separate SharePoint and share only the custom lists without sharing access to the SharePoint. The users don’t get an invite when I add them. I think for the most part this keeps anyone from poking around and stumbling into the data and it’s dead simple. Makes keeping track of all of my data sources dead simple too.

  • @n.p.garcia8956
    @n.p.garcia8956 Год назад

    Hi Shane, thanks for this quick but very crucial lesson! Just wondering if I want to hide multiple lists in a SharePoint, can I just use 1 flow with multiple Send an HTTP request to SharePoint actions? Your response would be greatly appreciated!

  • @laszlogyor6628
    @laszlogyor6628 Год назад +1

    Excellent video

  • @Guilherme-oz7zr
    @Guilherme-oz7zr 2 года назад

    you're amazing

  • @keshavanveeraragava7690
    @keshavanveeraragava7690 2 года назад +1

    You are genius

  • @lfish894
    @lfish894 Год назад +1

    Brilliant as always Shane. Always makes me laugh to lol. Quick unrelated question, can you assign a mail enabled security group permissions to send on behalf of a shared mailbox?

    • @ShanesCows
      @ShanesCows  Год назад

      I am not sure, I haven't tried. Sorry

  • @shivsuresh1558
    @shivsuresh1558 2 года назад +2

    Thanks Shane. But if the SharePoint form is made out of power apps and new link will open save / cancel
    Option. If you cancel the form it will take you to the SharePoint list page. So anyway they can find easily.. is there any way to hide it?

  • @jameslbetteridge
    @jameslbetteridge 2 года назад +1

    Hi Shane, as always, great video! Quick question, most of this relies on remembering what the list was called or being able to spot it in a PS output. Is there a way to output the lists that have been hidden? That should give a much smaller list to search through if your memory is as shockingly bad as mine :-)

    • @ShanesCows
      @ShanesCows  2 года назад +1

      You could filter it. Hidden = true or something like that is returned on the data. If i remember Monday I will try to find the syntax but it is possible to find.

  • @junbecks
    @junbecks 6 месяцев назад

    Awesome tutorial Shane! Quick one, wont users see the list name when they go ahead and open the app and the app prompts them to agree to connect to the data sources etc?

  • @starmole5000
    @starmole5000 2 года назад

    Yo @Shane Young and the following, do you think it seems like MS are investing in the Model-Driven app side of the equation? I'm worried that PowerApps Canvas apps features aren't being pushed forward as much as they could be...
    although they have done a lot of the pro-dev deployment stuff (convert msapps file to code etc.), not so much on the general experience side...

  • @ilisten2410
    @ilisten2410 2 года назад +1

    hi Shane,
    great video, useful as usual,
    is it possible to hide multiple lists in one step?

    • @ShanesCows
      @ShanesCows  2 года назад

      You would have to just make the call one after another. :)

  • @rayromych5534
    @rayromych5534 2 года назад +1

    Great trick! Thanks a lot :)
    One question though - how do I get to hidden list settings?

    • @ShanesCows
      @ShanesCows  2 года назад +1

      You need to use the url directly. Maybe un hide it and then save the url so you can get back later.

  • @glaringmind-rq8xu
    @glaringmind-rq8xu Год назад +2

    as always great video Shane.! Thank you! how to add multiple list to hide and hide it only to certain user group e.g. site visitor?

    • @ShanesCows
      @ShanesCows  Год назад

      Sorry, I haven't tried either of those scenarios.

  • @robertmcghee6815
    @robertmcghee6815 2 года назад +6

    Hi Shane, thanks, this is super helpful! However, I cannot seem to reverse the post and set the values to "false", it still does not appear in my sharepoint site 😅 Any thoughts/ideas how to reverse it? I just tried changing the body to the following, the flow ran successfully, but the list is still hidden.
    {'__metadata':
    {'type': 'SP.List'},
    'Hidden': false,
    'NoCrawl':false
    }

  • @Dannickized
    @Dannickized Год назад +1

    Brilliant

  • @Danielx64
    @Danielx64 2 года назад

    Hi Shane,
    Thank you for the tip, I just finished building a large repeating table system with 2 SharePoint lists.
    In the video you mentioned that if someone knows the full correct name of the list, they can use it as a data source in power apps, can the same be true for power automate?
    Thank you

    • @vishaljhaveri7565
      @vishaljhaveri7565 Год назад

      WHAT I FOUND IS :
      If the user has the right to create a page in SharePoint site and then if he creates one and if he wants to add component and where he adds the list, he will get access to names of all the List present in the SharePoint Site.

  • @ricolaterreur7339
    @ricolaterreur7339 2 года назад

    Hello!
    Thank you VERY MUCH for this great help !! :)
    I have an additional question: is this way also possible with Sharepoint Folders ?...
    Best regards from France !

  • @jamesambrose2834
    @jamesambrose2834 Год назад +1

    Amazing video as always! Although I did find that the POST method no longer works and I have to use the PATCH method. I don't know if that was something that changed when Microsoft changed the API?

    • @ShanesCows
      @ShanesCows  Год назад

      Interesting. i will try to take a peek, not sure.

    • @jamesambrose2834
      @jamesambrose2834 Год назад

      @@ShanesCows I’m starting to think it might be a region thing. I recently watched your video about converting date/times into the local style where you showed the code syntax is different. I’ve been noticing for a while that some of the syntax of a lot of formulae on PP that interact with the Rest API are very slightly different even when I copy an example from Learn.Microsoft. I’m in the UK so am starting to think the API language is localised. 🤔💭

  • @donerwinsaunar4218
    @donerwinsaunar4218 2 года назад

    got a 401 unauthorized, anything else needed to be done? thanks

  • @ReiBalboa
    @ReiBalboa Год назад +1

    hi shane more power on your videos, really helped me a lot, quick question how can i filter office365user to access by my closed group and only permit that closed group to my powerapps?

    • @ShanesCows
      @ShanesCows  Год назад

      This video I talk about using Azure Groups ruclips.net/video/P-H_ULPN2BM/видео.html or this video SharePoint groups ruclips.net/video/rRnbe1CfQ30/видео.html

  • @dwittle8564
    @dwittle8564 3 года назад +1

    Great video as alway. Is there a way to prevent someone from getting Sharepoint data through an Access database?

    • @ShanesCows
      @ShanesCows  3 года назад

      I don't know... Sorry, haven't tried that.

  • @seamusobric
    @seamusobric 2 года назад

    Thanks you a million for this youre some legend! I have been trying in vain to leverage Sharepoint Permissions to deny access to Sharepoint List while allowing PowerApps access, and now this!! super! does it work for Excel files? i can't get it to call the excel file, Help!

  • @anandasanyal
    @anandasanyal 2 года назад +1

    Hi Shane, as always, great video, and implemented same in few solutions. But for SharePoint search, using Flow, Search API, Search is not returning data, As scheduled crawl not considering the hidden folder. How to handle this use case? Thanks.

    • @ShanesCows
      @ShanesCows  2 года назад +1

      Not sure, I haven't tried to get the hidden folder to search.

  • @simmyjer
    @simmyjer Год назад +1

    Hi Shane! Love your videos.
    How do I unhide the SP list?

    • @ShanesCows
      @ShanesCows  Год назад +1

      Run the http action again but change the hide property from true to false.

    • @vladlapets7650
      @vladlapets7650 11 месяцев назад +1

      @@ShanesCowsbut when you run this flow again, action 'get all lists and libraries' doesn't return any lists because you've hidden them

  • @jamiemcgrath3305
    @jamiemcgrath3305 3 года назад +2

    I normally create my lists and break off permission to the main site. Then only give people access to the list itself (with reduced view options depending on the data). From testing it seems that the site level security stops them from accessing the list but might need to retest!

    • @ShanesCows
      @ShanesCows  3 года назад

      I like it. 😀

    • @excel-k-sir
      @excel-k-sir Год назад

      Lucky to get this video. Thanks for sharing. How to make the list back to visible is to change the true to false. Correct me if I am wrong

  • @FairgoldTraining
    @FairgoldTraining 3 года назад +1

    @shane you are often asking for suggestions for ideas for videos. We have a real issue with MS Forms not allowing externally shared forms to upload attachments. Can you suggest anything with flows/apps?

    • @ShanesCows
      @ShanesCows  2 года назад

      I don’t have any good answers for that challenge. 😔

  • @ILifeToEnjoy
    @ILifeToEnjoy Год назад

    I used the second step to get the list that i was hiding and the flow worked succesfully. But even tho I was able to find the name of the list via the search function, the list didn´t show up on SharePoint again. Is there a way to make a list visible on the SharePoint navigation and site content again?

  • @willieklein6707
    @willieklein6707 3 года назад +3

    Was there a new Power App update recently? I noticed I can now edit an excel sheet from a power app, while the excel sheet is still open. Thanks!

    • @ShanesCows
      @ShanesCows  3 года назад +1

      I heard they were changing it but not sure how the rules with Excel changed.

    • @Mx81
      @Mx81 2 года назад +2

      Yes, it has been changed. You can also access excel files in a document library. 👍🏻

  • @komanglayang7861
    @komanglayang7861 Год назад +1

    Hi Shane, is it also possible to use the same method to hide the Recycle bin from appearing in the quick launch navigation for instance?

    • @ShanesCows
      @ShanesCows  Год назад

      Sorry, I am not sure. But it is worth a try.

  • @Worrelpa
    @Worrelpa 3 года назад +1

    Hi Shane, Does this hide work with the lists app? Found it to be tricky because it uses programmatic access to the lists. I found it to work for a while and then the lists came back again. What I found that works and no credit to me for it. Set up a custom permission level for your users accessing the app. Remove the view application page permission. That means if you know the url it won't display gives you an error. ;) Bit of an admin task.
    You can also amend all the views to all items remove all the list items from view.
    Also if you need to search on a list in the app and it is removed from search index does search still work inside? not sure on that one not been able to test.
    Which ever way you look at it users need programmatic access. Same with any data source if you know what to do you can get to data if you have access.

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Hey Phil - For Lists another commenter (Chad maybe?) said that this was working with Lists for him. Seemed like he had done some testing so might ask him. I think if you remove the list from Search then search is gone but didn't test. 😀

  • @user-cu3sh6vq4n
    @user-cu3sh6vq4n 9 месяцев назад +1

    Hi Shane! I may be a little late to the party on this and not sure how to proceed. I have my Sharepoint list which includes some sensitive information on my items. I only want my co-workers to only see a specific view. I added a web part to my SharePoint page and removed the hide the Command Bar and "See All" option so they can't change/edit/add views and gain access if they wish to this sensitive info. However, they now can't export the list which is necessary. Is there a possible work around so I can restrict their access but still export to Excel?

    • @ShanesCows
      @ShanesCows  9 месяцев назад +1

      They only sure fire answer is to set Item Level Permissions. ruclips.net/video/vGSNrj82JcI/видео.html

    • @user-cu3sh6vq4n
      @user-cu3sh6vq4n 9 месяцев назад

      @@ShanesCows Ok, so if I understand correctly there is no way to restrict users from creating their own views or switching views on the SP list? I want them to have access to the items (new employees), but not all the columns on the items (i.e.; salary)? I tested with a "View Only" permission for the list and the test person was still able to gain access to create their own view and was able to select the columns they wanted.

  • @JayGeiger
    @JayGeiger 3 года назад +1

    Does preventing the search crawl affect "Filter/Search" in PowerApps?

  • @davidmckenzie1889
    @davidmckenzie1889 3 года назад +1

    Does this also hide it from Power Query (Excel and Power BI)? I use a different way of hiding the data from users, but this is easier and better. Thanks Shane

    • @ShanesCows
      @ShanesCows  3 года назад

      I am not sure. Will you check and let me know? 😀

    • @davidmckenzie1889
      @davidmckenzie1889 2 года назад

      @@ShanesCows Didn't hide the list in Power Query in Excel (so suspect same in Power BI). These are read only so user can't change or add to the data, but suspect it doesn't hide from Access (sorry, I don't have Access to check)

    • @johnbrennan8442
      @johnbrennan8442 Год назад

      @@davidmckenzie1889 @Shane Young any update on this one as it is an issue

    • @johnbrennan8442
      @johnbrennan8442 Год назад

      @@ShanesCows Any update please on how to hide from Excel and Power Bi ?

  • @vishaljhaveri7565
    @vishaljhaveri7565 Год назад

    WHAT I FOUND IS :
    If the user has the right to create a page in SharePoint site and then if he creates one and if he wants to add component and where he adds the list, he will get access to names of all the List present in the SharePoint Site.

  • @user-kw2vr5hm1x
    @user-kw2vr5hm1x Год назад

    Hi Shane. This solved a big issue for me. Thank you!... Only... How do I undo it? 😞... I assumed I'd change NoCrawl and Hidden to false in the flow and the list would magically come back... and it didn't... I got the poison but not the antidote! 🙂. Thanks again!

    • @user-kw2vr5hm1x
      @user-kw2vr5hm1x Год назад +1

      Update: after tinkering a bit with it I was able to restore the list but also, unfortunately, wasn't able to hide the list again. Here's what happened: changed Hidden and NoCrawl properties to 'false' in the flow and ran it. Links to the list that were used in the site still gave '404 NOT FOUND' error, however now the list could be found in Site Contents. Copied the url from there and replaced it in the links on the site and everything went back to normal only, when I changed Hidden and NoCrawl back to 'true' and ran the workflow, the list disappeared from Site Contents but any links published on the site will still work and take user to the list... It's like the flow stopped working...

    • @ShanesCows
      @ShanesCows  Год назад

      That is super weird. I have been able to toggle from True to False without issue. I do it all of the time. Not sure why it isn't working fo you :(

  • @ashikshaik1205
    @ashikshaik1205 3 года назад +2

    Can we hide the list only for few users with help of powerapps and powerautomate? Please help

  • @Jakubnohava1
    @Jakubnohava1 6 месяцев назад

    Is someone getting this error? For both POST and PATCH
    Parsing JSON Light feeds or entries in requests without entity set is not supported. Pass in the entity set as a parameter to ODataMessageReader.CreateODataEntryReader or ODataMessageReader.CreateODataFeedReader method.

  • @leonelbraga5427
    @leonelbraga5427 2 года назад +1

    Shanne, please, i'm getting this error message: The property '_metadata' does not exist on type 'SP.List'. Make sure to only use property names that are defined by the type.

    • @ShanesCows
      @ShanesCows  2 года назад +2

      That is usually a typo. Check your URL, headers, and then all of the JSON. It is two __ not one. That may be your challenge.

    • @mblherry
      @mblherry 2 года назад

      I got the same error. I eventually just removed '__metadata': {'type': 'SP.List'}, from the body and it worked.

  • @3Stefan7
    @3Stefan7 2 года назад +1

    Does this also hide it from MS Lists Overview? Any chance to hide it there?

    • @ShanesCows
      @ShanesCows  2 года назад

      I haven’t checked but I would hope so.

  • @heathfindsvideos
    @heathfindsvideos 2 года назад +1

    How can you hide the lists in the Microsoft lists app? This looks like it hides from the site contents, but I'm not sure if this still shows in the lists app or not?

    • @heathfindsvideos
      @heathfindsvideos 2 года назад +1

      Never mind - for anyone with this question, it looks like it does hide it from lists but it takes 20 minutes or so to synx with the change in settings.
      I'm not expert as I had this question just one hour ago, but my test lists for this scenario are not searchable or visible in Microsoft lists app now either.

    • @ShanesCows
      @ShanesCows  2 года назад +1

      Thanks for sharing. 😀

    • @heathfindsvideos
      @heathfindsvideos 2 года назад

      @@ShanesCows No problem Shane, really enjoying the more intermediate and advanced type stuff lately. This video and others on security you've posted lately have helped out a lot!

  • @RowDogSA
    @RowDogSA 2 года назад +1

    I couldn't understand why it wasn't working for me. There is a double underscore before metadata!
    Reading comments below, how do you reverse this? Apparently setting Hidden and NoCrawl to false does not work.

    • @robertmcghee6815
      @robertmcghee6815 2 года назад

      I have the same issue regarding reversing it, would be so convenient to simply change the "true" values to "false"

    • @RowDogSA
      @RowDogSA 2 года назад

      @@robertmcghee6815 One of the comments below explains how to do it with SharePoint Designer.

  • @zakmdot
    @zakmdot 3 года назад +1

    What web browser is that with the open tabs on the side?

    • @ShanesCows
      @ShanesCows  2 года назад +1

      The new version of Edge. It is a setting now to have vertical tabs. 😎

    • @zakmdot
      @zakmdot 2 года назад

      @@ShanesCows it's gorgeous! Love the content sir!

  • @nocodecreative
    @nocodecreative 2 года назад +1

    I get an error when I run the flow: "An entry without a type name was found, but no expected type was specified. To allow entries without type information, the expected type must also be specified when the model is specified". :(

    • @ShanesCows
      @ShanesCows  2 года назад

      Sorry Wayne, I have never seen that error. Not sure why you got it.

  • @traveldirt
    @traveldirt 2 года назад +1

    Will this work for Document Libraries too?

    • @ShanesCows
      @ShanesCows  2 года назад

      I am 99% sure yes.

    • @traveldirt
      @traveldirt 2 года назад

      @@ShanesCows Great thanks Shane. Love your videos :)

  • @1986tobik
    @1986tobik Год назад

    Hey Shane, thanks for sharing.
    Is this http request currently working? I tested it and get an error code 400: an entry without a type name was found......
    So the 'type' SP.List in the body is right entered. Could you check it?

    • @shenalhooks
      @shenalhooks Год назад

      I received the same error. Any update?

  • @rockerbeck6022
    @rockerbeck6022 Год назад

    My flow ran successfully but my sharepoint search was able to find the list. Any suggestions?

  • @mariomr1000
    @mariomr1000 3 года назад +1

    Does anyone know how to hide or remove a gallery record from a button submit without it being removed in share point list?

    • @ShanesCows
      @ShanesCows  3 года назад

      Filter is your best option. Filter(datasource, hide = "Yes") then set the column hide to yes when you want to hide it.

    • @mariomr1000
      @mariomr1000 3 года назад

      @@ShanesCows so I’ve added a column that is completed which is yes or no in my sharepoint list and added the formula but it’s not hiding the record in the gallery is this what you meant to do or have I missed something sorry I’m a novice at this atm?

  • @dianecochran1175
    @dianecochran1175 3 года назад

    I'm very new to Power Automate. I followed your steps but I'm getting the following error message when I run my flow: "An entry without a type name was found, but no expected type was specified. To allow entries without type information, the expected type must also be specified when the model is specified." I've retyped the text within the flow several times to no avail. Any idea what might cause this?

    • @eupascani
      @eupascani 2 года назад

      In front of metadata there are 2 underscores :)

    • @dianecochran1175
      @dianecochran1175 2 года назад

      @@eupascani That's it!!! Thank you so very much, Avel Stefan!

  • @big1975E
    @big1975E 3 месяца назад +1

    I followed this example but my SharePoint list doesn't hide. I'm a site owner and created the list. Why would t it hide?

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

      I am not sure, I would check your Body again and make sure it is all correct. I have never not seen this work.

  • @lcdillard
    @lcdillard Год назад

    Worked like a charm and hid items from MS Lists in the SharePoint App bar - BUT my Power Automate can't find the lists! Help?

    • @lcdillard
      @lcdillard Год назад

      NVM - used the list ID to find them. duh

    • @vishaljhaveri7565
      @vishaljhaveri7565 Год назад

      WHAT I FOUND IS :
      If the user has the right to create a page in SharePoint site and then if he creates one and if he wants to add component and where he adds the list, he will get access to names of all the List present in the SharePoint Site.

  • @JFDicer927
    @JFDicer927 3 года назад +1

    Someone got some sun.

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Yeah. Kid's soccer matches. I put on sun screen TWICE still didn't matter. UGH. 🌞

  • @cheeseyburger9405
    @cheeseyburger9405 3 года назад +1

  • @mrstevennewmanEDU
    @mrstevennewmanEDU Год назад

    Hi Team, sorry but this does not work for me :( I keep getting " An entry without a type name was found, but no expected type was specified. To allow entries without type information, the expected type must also be specified when the model is specified." I've double checked, triple checked all my code, but alas to no avail :( Could my admin have stopped me somehow?

    • @mrstevennewmanEDU
      @mrstevennewmanEDU Год назад +1

      OMG- I did not put a double underscore "__metadata" I'm so ashamed!!

    • @lakshminarayananr2992
      @lakshminarayananr2992 Год назад +2

      @@mrstevennewmanEDU Don't be, this really helped me. I was trying to find what went wrong and finally I found this comment. Thanks!

    • @mrstevennewmanEDU
      @mrstevennewmanEDU Год назад +1

      @@lakshminarayananr2992, see failure is not always a bad thing. Sometimes we need to share our mistakes as it helps others. Glad mine helped you :)

    • @ShanesCows
      @ShanesCows  Год назад +1

      Thanks for sharing. 😀 I agree no shame in making mistakes. Glad you got it fixed.

  • @viky94630
    @viky94630 7 месяцев назад +1

    out of four list, not working on two list

    • @ShanesCows
      @ShanesCows  7 месяцев назад

      Not sure why, it has always worked for me. 🫤

    • @viky94630
      @viky94630 7 месяцев назад

      @@ShanesCows thanks for your replay. List is not appearing in site content or in search bar, but appearing in left side navigation bar. I have removed it manually. Problem solved. Thanks for your great video and support.

  • @excel-k-sir
    @excel-k-sir Год назад +2

    I am getting this error message :
    An entry without a type name was found, but no expected type was specified. To allow entries without type information, the expected type must also be specified when the model is specified.
    clientRequestId: 6bbde2ac-2497-4a3d-9181-676c9d2c9315
    serviceRequestId: 0cdc7aa0-6035-5000-9fb1-8a889f1f6c92
    Please help :(

  • @Sherinvk-ly6bu
    @Sherinvk-ly6bu Год назад

    Invalid JSON. The property name '' is not valid. The name of a property cannot be empty.
    clientRequestId: 5fb30e74-cb53-4488-ae24-e37b2a69d2db
    serviceRequestId: 6e63bda0-d0dc-6000-bb5b-ad33a039678a
    I am getting this error. Can resolve it please