4,018 questions with Microsoft 365 and Office | SharePoint | Development tags
How to archive SharePoint list data while maintaining Power BI dashboard connectivity
I have a SharePoint list that serves as the data source for a Power BI dashboard. The list is growing large and I need to archive older records to improve performance, but I cannot lose historical data in my Power BI reports. What is the recommendedâ¦
Microsoft 365 and Office | SharePoint | Development
"The request was aborted" and 429 errors during bulk metadata updates on Large Lists
When using: # Sample snippet of the update logic $data = Import-Csv "C:\Updates\MetaData.csv" foreach ($row in $data) { Set-PnPListItem -List "LargeArchive" -Identity $row.ID -Values @{"Status" = $row.Status;â¦
Microsoft 365 and Office | SharePoint | Development
Style resource group post SharePoint migration
Hi community members, We have migrated SharePoint on prem to SharePoint online recently. All online sites are modern communication template. We have observed for certain sites style resource readers group exists in destination with 3 default groups asâ¦
Microsoft 365 and Office | SharePoint | Development
How can i connect my power app form with power automate to send a mail with attachment
so created one form using power app in SharePoint my mail is triggering when someone is submitting the form, but the attachment is not showing if it's there how can we do that
Microsoft 365 and Office | SharePoint | Development
Sharepoint REST API to download Image attachments
Hi Microsoft Support Team, We have a need to download image type Attachments from Sharepoint Site. In one of the documentation, it was suggested to use Sharepoint API instead of Graph API to access List attachments, so going with this approach. Iâ¦
Microsoft 365 and Office | SharePoint | Development
Help me understand why Sharepoint API's wont return me __next or nextToken when I use $top
I used following api's along with $top. I for sure have more than 100 items under them. When I use $top with 50, I am getting 50 items but there is no __next or nextToken in both response or headers. How would I continue next call? I end up receivingâ¦
Microsoft 365 and Office | SharePoint | Development
SharePoint Online - Cursor jumps to the bottom in a Input text box randomly when typing
SharePoint Online I have created a list where I have implemented a form to fill in. Within this form is a 'Text Input' box. Whenever an end user fills in this box the cursor seems to jump to the bottom of the Text Input box. This goes for deleting asâ¦
Microsoft 365 and Office | SharePoint | Development
how to get API Key( token) to connect sharepoint folder
Hi Team , want to integrate my sharepoint folder with my Oracle Apex application to stored files as well as acess the file from Sharepoint folder Regards,
Microsoft 365 and Office | SharePoint | Development
Issue with generating document preview using OneDrive/Sharepoint REST API
Hi, Our application's sharepoint integration is encountering an error when opening document preview URLs generated using the Microsoft Graph POST /drives/{driveId}/items/{itemId}/preview API for SharePoint (OneDrive for Business) files. The preview URLâ¦
Microsoft 365 and Office | SharePoint | Development
power app form default date issue
I have created one list on SharePoint there I have calendar view we use that for lab booking so there when you select any date for booking you have to fill a form for all booking details of lab so there we have to mention date and time so in date what Iâ¦
Microsoft 365 and Office | SharePoint | Development
"Request Files" is not showing inside our folder, although i have Anyone inside the external sharing settings
does sharepoint online support "External users upload images without authentication anonymous"? I read about the "Request Files" feature, but in our site this options is not appearing, although the site allow anyone for externalâ¦
Microsoft 365 and Office | SharePoint | Development
how to fix timing issue iwhic i customised a form using power app
I integrated in my SharePoint default calendar with customized forms using power app so whenever some person wants to book in that calendar they can select the date and submit the form the details about the booking so basically its lab booking thing so iâ¦
Microsoft 365 and Office | SharePoint | Development
Removing user-level permissions from folders and files in a SharePoint document library using PowerShell
Im looking for a PowerShell script to remove user permissions from a SharePoint document library where access was granted directly to specific folders and files. Permissions are assigned individually and not at the document library level. The goal is toâ¦
Microsoft 365 and Office | SharePoint | Development
Architecting secure Graph API communication for large SPFx deployments
Iâm building an enterprise SPFx solution that calls Microsoft Graph across multiple workloads (users, groups, Teams, mail). In production, weâre seeing intermittent throttling (429)
Microsoft 365 and Office | SharePoint | Development
forEach in column format - adding unwanted space
Good Afternoon Date formatting is Sharepoint is a challenge, it's so complicated and limited, I'm sure many a project is discarded rather than going there! I'm trying to set up a view that gives me the weekday for a date. (Ideally, I want to have theâ¦
Microsoft 365 and Office | SharePoint | Development
Is it possible to create and manage SharePoint list items using Microsoft Graph without site collection admin permissions?
Is it possible to create and manage SharePoint list items using Microsoft Graph without site collection admin permissions? Any documentation to confirm for this
Microsoft 365 and Office | SharePoint | Development
MS Graph API - SharePoint List item attachments using Graph API
Hello, I've been trying to fetch attachments in SharePoint List items. This is the query I'm using : https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/?expand=fields(select=Title,Attachments) It returns Attachmentsâ¦
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | SharePoint | Development
Microsoft Security | Microsoft Graph
Different columns for folders and subfolders on SharePoint
Hello, Please i need your help on this issue Here is the summary of what we want to achieve: We are facing an issue with customizing columns in SharePoint. We created a subfolder named "Project" and "Project Images" within yourâ¦
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
Receiving a 401 Unauthorized - General exception while processing error when performing a GET request to a SharePoint site
Hello, I am attempting to make a GET request to the MS Graph API to get lists from a SharePoint site. The endpoint that I am using is. https://graph.microsoft.com/v1.0/sites/{site-id}/lists When running the request, I receive a 401 unauthorized responseâ¦
Microsoft 365 and Office | SharePoint | Development
Why does it say Deny "add and customize pages" under my permissions as a site owner and what can I do to edit pages?
Please provide guidance with the understanding that this is an âon-premiseâ SharePoint farm. Greetings, I was recently tasked with transforming a classic SharePoint page from 2010 into a new modern page using SharePoint 2019 on premise. I am workingâ¦