WebPart Title not showing when added with Graph API
Hello, I am experiencing an issue with WebPart titles in SharePoint Online. Specifically: When I add WebParts to a SharePoint page using the Microsoft Graph API, everything works as expected initially. However, when the page is viewed in desktop mode,…
Generate Monthly Reports for Newly Created SharePoint Online Sites
Hello I am looking for assistance in generating monthly reports of newly created SharePoint Online sites. Specifically, I would like to achieve the following: Generate a list of all newly created SharePoint Online sites in the last 30 days. Use…
Subrows in SharePoint Lists
Hello, is it possible to have SharePoint Lists with subrows similar to below? Thanks.
Does Power Automate's Send an Email v3 Cap Apply to Forwards?
Hi, I have a flow that sends out an email notification when a new item is added to a sharepoint list. The email goes to a group identified in the item (the group is usually around 8 people). Then, using the Forward an Email v2 task, this email is…
I want to integrate AI Search into Copilot Studio Bot , but copilot studio expect AI Search to be vector. Still i'm using REST API's for Sharepoint online . Can you guide me how can i create vector search for all documents
Hi Team, I want to integrate AI Search into Copilot Studio Bot , but copilot studio expect AI Search to be vector. Still i'm using REST API's for Sharepoint online . Can you guide me how can i create vector search for all documents ? Please provide code…
How to customize SharePoint list item IDs, without Power automate
Hi experts I had 2 types of custom IDs of SharePoint list items. Using power automate ex) when an item create -> yymmdd-[ID] [ID] is SharePoint ID column It works but have to manage Power Automate flow for each SharePoint list. Calculated…
Since Windows 11 upgrade, receiving Cannot read properties of undefined (reading 'map') on SPFx custom app
We have a very simple custom SPFx app that we just created. Once users upgrade to Windows 11, they are no longer able to submit new items. Instead, they receive this error message: Cannot read properties of undefined (reading 'map')
Shared with me not working with Client Secret Flow
Hi, I am using the Microsoft Graph 'Shared With Me' API to fetch all shared files using Client Secret Flow for authentication. Below is the relevant part of my code. However, when I execute the 'Shared With Me' API, I receive a Bad Request error (below…
Why are all the news articles listed as automatic?
I want to reorder the news but its difficult to do when all the articles have the same name "automatic", anyone know how to fix this?
Is it possible to create custom web parts in SharePoint in Microsoft 365 (SharePoint Online)
I am trying to develop custom web parts for our SharePoint instance our version is SharePoint in Microsoft 365 formally SharePoint Online. I only can find documents and templates in visual studio for versions 2019 and 2016... I am just looking for…
How to stop JSON code from appearing in the display of a list
I have a Sharepoint List that has a multiple line text field. I wanted the size of the text of the field to display as 9pt, so I included the below JSON code. Unfortunately the JSON code is displaying with the column entry. Is there any way I can default…
Sharepoint - using Graph api to get the folders and files for a sharepoint site
Hello, I am successfully retrieving a AccessToken via oAuth 2.0 with roles of "roles": [ "Sites.Selected", "Sites.Read.All", "User.Read.All", "Files.Read.All", "Sites.FullControl.All" …
Share a SharePoint Folder using the modern "Share" icon, will assign the group as direct access and not using a link
I have a Folder named "Projects" inside SharePoint online modern communication site. I select the folder > then i click on the "Share" icon, as follow:- then i define a security group named PPM-Admins-Test to have Edit permission…
No longer has the ability to customize a SharePoint list forms using Power Apps
Previously we were have the ability to edit the SharePoint list forms using Power apps, but recently this option no longer exists :- thanks
Automate a PowerShell script that updates information on all SharePoint sites.
Hello Please i need your help on this issue. My IT department has a few PowerShell scripts we are currently using to mass update various settings and user information in our SharePoint sites. Outside of running them using Task Scheduler, is there a way…
Users are getting Access Denied if they try to access th site without specifying the home page name
I have a communication online sharepoint site, and i defined some users to have access (Read-Only) to only the home page nothing else. now the users can access the home page using this full url (by specifying the page name inside the…
Sharepoint oAuth 2.0 retrieved token missing roles and scope
Using code below I successfully retrieve an access token. Taking that token to jwt.ms , it does not have scp or roles though. So when I try and use it in postman url GET…
Not able to call SharePoint Document Library driveitems using MS Graph API with filter functions 'contains' and 'endswith'.
We need to get files from the SharePoint Document Library with a filter that uses 'contains' and 'endswith'. The query goes as below: https://graph.microsoft.com/v1.0/sites/{site-id}/drives/{drive-id}/items?$filter=contains(Name,'100001') and…
Specify conditional formula to show or hide fields in a list form based on choice
Hi, I have a list that includes column names that have spaces in them, e.g. "Third party". I want to be able to conditionally show fields in a list form based on choice. I have followed the guidance in this link…
SharePoint Rhythm of Business Calendar Form Modification
We have Rhythm of Business calendar on our SharePoint site and I would like to make some changes to the new event form. i.e. remove Location, Recurring event and Description. As well as default to All day event. However I am finding it impossible to…