How to upload a file to a SharePoint library with Column validation enabled using the Graph API
Hi, I have noticed a difference in how SharePoint and the Graph APIs upload files in some specific cases. In SharePoint, we can create list and libraries and add custom columns. Those custom columns also support custom column validation (for…
SharePoint List - Multiple Choice Field with 'Other' (Text Field) Option
Is there a way to create a form in SharePoint that includes a multiple choice field and allows an 'Other' option for user input? I know Microsoft Forms has this capability, but I'm looking for a solution that doesn't involve using Flow/Power Automate to…
Access Files
Hello, Please i need your help on this issue. Unable to access my files in my one drive. I just had to repurchase my microsoft office 365 business basic license which was expired and now I can't open any of my files.
Why doesn't SharePoint always show size photo in the data and doesn't show photo full screen?
We load up photo's in SharePoint. All photo's have size 2100x1400 pixels. The size is automatically filled in in the data shown by the photo by SharePoint. But not always and not with every photo. If I open that same foto in Windows Fotoviewer, the size…
External sharing need login to sharepoint
We have problem with sharepoint , external users are agree but when someone click on link sharepoint need LOGIN name and pass This question is related to the following Learning Module
External sharing need login to sharepoint
We have problem with sharepoint , external users are agree but when someone click on link sharepoint need LOGIN name and pass This question is related to the following Learning Module
Infopath forms aren't working even after re-publishing
Hello, I'm new working with Infopath forms and your suggestion would really be helpful. We typically make changes to the existing InfoPath form, and upon publishing, it usually works. However, this time, after making the same modifications, the form did…
Python code to access SP not working ('Either scp or roles claim need to be present in the token.')
Hi Experts, I've registered an app in Azure with the following API permission via Microsoft Graph: Sites.Read.All and have admin consent. The following code is returning this error (note hidden client ID, client secret, tenant ID and site url - these…
'Schedule' Button Change to 'Publish and Send' in SharePoint
I've encountered an issue in SharePoint Pages where the 'Schedule' button is quickly replaced by a 'Publish and Send' button when trying to schedule a news post. This change leads to an error message when I click 'Publish and Send', preventing me from…
How to display Microsoft Syntex - Model usage analytics?
I have two Microsoft Syntex models that are running and extracting data from files daily but the "Model usage analytics" is not showing any performance data. No "Classification by model" and no "Classification by library".…
Create a generative chatbot in Sharepoint
How do I create a chatbot in Sharepoint, that uses documents held in Sharepoint as it's data source to produce generative answers?
Logic App - Sharepoint - Searching for files within sub-directories
Hi. I'm pretty inexperienced with logic apps and have been searching all over for help with this. A colleague needs a directory and all sub-directories and files within to be copied from a sharepoint drive to ADLS2. I've tried looking into this but it…
Access requirements to call Endpoint: https://XXX.sharepoint.com/sites/PermissionTest/_api/web/roleassignments?$expand=Member/users,RoleDefinitionBindings,Member
Hi team I need to call an endpoint using PowerQuery to extract current permissions. I have service user for that purpose but I am unable to set up the permissions so that the endpoint can be queried. I am able to get all sharepoint sites, however when…
Can we disable the versioning changes on the libraries and only force it from the Organization
Hi All, I am reading about the new capabilities offered by SharePoint for "Version history" @ https://learn.microsoft.com/en-us/sharepoint/version-overview . now I have this question:- Is there a way to disable those versioning settings from…
When we set the version limit on the Organization level to be 100 versions, how we can apply this to existing libraries
We want to Apply the Version limit on the Organization limit, as follow:- Where each document will have maximum of 100 versions as long as the version was not created 10 years ago. now this will be applied to new libraries inside new sites or inside…
"Trim versions" to be aligned with the library version settings
Inside the "Version history" documentation, it is mentioned about "Trim versions":- Trim existing versions on site, library, or OneDrive - SharePoint in Microsoft 365 | Microsoft Learn but seems this is not something aligned with the…
Limit-Access to all external users, how we can do this
Inside SharePoint Admin center >> Access Control, we can define limit-access to unmnaged devices:- but for a tenant i am working on, we want to do it in another way, instead of relying on the device if it is managed or unmanaged, to control this…
'invoke-pnpsitetemplate : object reference not set to an instance of an object.
Hi all, We are trying to apply pnp-template by following this article. https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/applying-pnp-templates I have downloaded the 'theperspectivepnp' from the site and created a 'Mysite' in my tenant.…
Issues with Microsoft Syntex Document Processing Model: Incomplete Extraction for Multi-Page PDFs
I'm facing several challenges with the Microsoft Syntex document processing model, particularly when dealing with multi-page PDFs and large tables. I'd appreciate any insights or suggestions from fellow users or Microsoft experts who may have encountered…
SharePoint SE CSOM 403 Error
I have both Windows Authentication as well as AAD(21v) Authentication turned on for my site, and when I try to get SharePoint data via CSOM, I get a 403 error! Code: ClientContext clientContext = new…