Forum Widgets
Latest Discussions
Making list form anonymous
I had tried microsoft Forms, but because if the user attaches anything I get notified defeating the purpose of making any submissions anonymous. Decided to use 2 list with a power automate. first list is an intake that gets deleted, the second will have me as the creator for all submissions. Used the list form for the first time, and when in the preview i get the message "Hi nerdy, when you submit this form, the owner will see your email and name." There a way to remove that disclaimer? or set the form to not record? did not see an option to try and suppress the information. Next plan is to do a powerapp submission. thank younerdyplayerFeb 11, 2026Copper Contributor19Views0likes1CommentHow to share pdf files that are linked to a ERP software system (dynamics AX/365)
At work we have an ERP system with linked pdf files. These files are stored on Sharepoint. We want to share these files with external parties. What is the best way to do this?amuFeb 11, 2026Occasional Reader23Views0likes1CommentConfiguring PnP Search
Hi all. I have a specific requirement and can't figure out if it is possible. I have two pages. First page is a home page. I just want one clean Search Box here. Now I want the search query to feed a second Search Box web part on the second page. The second page has a Search box, Search Results and Refiner web parts. Is this possible?Mike FairleyFeb 11, 2026Brass Contributor40Views1like3CommentsSharepoint List - Filter on multi-select name column always displays no results
Hi all, When trying to filter my sharepoint list, I am experiencing issues for one specific column. The filter displays options as expected, listing all of the individuals that are present in that column, but upon selecting any single one or multiple of them, the result swaps to 'We didn't find anything to show here'. Specifically, when filtering the issue-column on the option of (Empty), it does filter successfully, so it is clearly experiencing issues with the names themselves. From what I can tell, there are no settings applied to the issue-column that would prevent it from filtering, so I'm expecting this to be a bug of some sorts. Looking for people who have had the same issue and/or have found a solution for this. Context: - It is certain that the names used to filter should return multiple results - List does not contain many entries and does not expand beyond list limits - Column in scope is a multi-select column pulling the microsoft IDs from all individuals as options - Another exact duplicate of this same column is present (for a different purpose), for which filtering works without issue - All other columns filter as expectedMcDisdabestFeb 11, 2026Copper Contributor128Views0likes2CommentsPromotedState does not update anymore
I wish to update the promoted status to 0 (page), 1 (unpublished news) or 3 (published news). I was always doing this via SharePoints column formatting. See .json column formatting below. This worked perfectly fine until about this week. Now it doesn't seem to work anymore. Now I tried updating the PromotedState also via PowerAutomate. This also doesn't seem to work... How should I now change the PromotedState. Does someone have any clue how I can update the PromotedState or why the column formatting way of wokring, suddently doesn't work anymore? The json code for column formatting. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "style": { "flex-wrap": "nowrap", "display": "flex", "flex-direction": "row" }, "children": [ { "elmType": "div", "txtContent": "=if(@currentField == 0 ,'0 : Page' , if(@currentField == 1, '1 : News (Unpublished)' , if(@currentField == 2 , '2 : News','') ) )", "style": { "box-sizing": "border-box", "padding": "4px 8px 5px 8px", "display": "flex", "border-radius": "16px", "align-items": "center", "overflow": "hidden", "margin": "4px 4px 4px 4px", "border": "1px solid" }, "attributes": { "class": "=if(@currentField == 0 ,'ms-fontColor-themePrimary ms-borderColor-themePrimary ms-bgColor-white' , if(@currentField == 1, 'ms-fontColor-themePrimary ms-borderColor-themePrimary ms-bgColor-themeLighter' , if(@currentField == 2 , 'ms-fontColor-white ms-borderColor-themePrimary ms-bgColor-themePrimary','') ) )" } }, { "elmType": "div", "style": { "font-size": "18px", "cursor": "pointer", "padding": "10px", "border-radius": "50%" }, "attributes": { "iconName": "MoreVertical", "class": "ms-fontColor-themePrimary ms-bgColor-themeLighter--hover" }, "customCardProps": { "openOnEvent": "click", "directionalHint": "rightCenter", "isBeakVisible": true, "formatter": { "elmType": "div", "style": { "display": "flex", "flex-direction": "column", "align-items": "flex-start" }, "children": [ { "elmType": "div", "txtContent": "Change to Page (0)", "style": { "padding": "10px 20px 10px 20px", "cursor": "pointer", "width": "200px" }, "attributes": { "class": "ms-bgColor-themeLighter--hover" }, "customRowAction": { "action": "setValue", "actionInput": { "PromotedState": "0" } } }, { "elmType": "div", "txtContent": "Change to unpublished news (1)", "style": { "padding": "10px 20px 10px 20px", "cursor": "pointer", "width": "200px" }, "attributes": { "class": "ms-bgColor-themeLighter--hover" }, "customRowAction": { "action": "setValue", "actionInput": { "PromotedState": "1" } } }, { "elmType": "div", "txtContent": "Change to published news (2)", "style": { "padding": "10px 20px 10px 20px", "cursor": "pointer", "width": "200px" }, "attributes": { "class": "ms-bgColor-themeLighter--hover" }, "customRowAction": { "action": "setValue", "actionInput": { "PromotedState": "2" } } } ] } } } ] } The HTTP SharePoint call to update the PromotedStatus.WYellowFeb 11, 2026Brass Contributor121Views0likes6CommentsHow to get a custom Site Page content type to show in the Site Pages Library New dropdown?
I have created a new Site Pages content type from the SharePoint Admin Center Content Type hub. The parent content type is Site Pages. When I add the content type to the Site Pages library on a site, the new content type does not appear in the New dropdown. I have verified the new Content Type shows in the Site Pages Library Settings: I have also confirmed the new button order: How do I get the new Site Pages Content Type to show in the New dropdown of Site Pages Library?SolvedKatherineS-QFeb 10, 2026Brass Contributor933Views0likes3CommentsIntermittent failures when creating new libraries in modern SharePoint
Hi everyone, I’m seeing an issue in our modern SharePoint Online site collection where creating new document libraries has started failing. This site has worked normally for years, but over the past week, most library creation attempts haven't worked. 1) The page briefly flashes or glitches during the creation process. and 2) A non‑ending spinning wheel when I hit "create" or 3) Creation attempts return “Something's not right.” error page. The failures happen across all subsites, in multiple browsers, and I’m a Site Collection Administrator. No permission changes were made recently. Has anyone seen similar intermittent library creation failures in a modern site collection, or know what might cause this kind of inconsistent behavior? Any guidance would be appreciated. Thanks! MeaganMeaganUTSWFeb 10, 2026Copper Contributor191Views1like6Comments
Tags
- SharePoint Online18,235 Topics
- Document Library3,206 Topics
- Lists3,130 Topics
- Sites2,600 Topics
- admin2,243 Topics
- sharepoint server2,042 Topics
- Permissions1,981 Topics
- files1,721 Topics
- developer1,603 Topics
- microsoft lists1,571 Topics