3,992 questions
0
votes
1
answer
79
views
Dynamically add hyperlink to sharepoint document library subfolder in list
How can I add a link to a list item column that is of type hyperlink. The link should be a link to a subfolder in a document library.
What the program does it creates a new subfolder in a document ...
0
votes
1
answer
441
views
PowerApps - Obtain DisplayName
Our organization uses a DisplayName that is different from FullName for all things Microsoft.
Hence FullName maybe something like "John Smith" while DisplayName is "Smith, John (...
0
votes
1
answer
740
views
Person combobox in Power Apps - Default selection display issues
I have a SharePoint Online list with a Person column. I have created a Power Apps form to enter the data because I would like to be able to set up a default value for the field (the user should be ...
-2
votes
1
answer
49
views
MS 365 Does eDiscovery Content Search Use SharePoint Crawl and Index?
Does MS365's eDiscovery Content Search use SharePoint's crawl index to perform searches or does it perform it's own independent search?
And if it does use the crawl index, then if you exclude a ...
0
votes
0
answers
27
views
Coding document reminders in power automate
I am struggling with this code and not sure where to go.
In summary - I am trying to create a code that pulls the information from a SharePoint folder, checks the "Expiry Date" Column and ...
0
votes
1
answer
117
views
Powershell script using Add-PnPFile to add same file to 2 different libraries isn't working
I wrote a script to add files to a document library within SharePoint. Pretty straightforward, however I now want to add that same file to a different document library depending on if certain criteria ...
0
votes
1
answer
184
views
How to determine associated Sharepoint site collections of a team/group?
I'm using Microsoft 365 and Teams. I need to check the rights of users in a team in MS Teams and in addition given access to files / folders within the folder structure as well.
My first approach was ...
0
votes
0
answers
106
views
Is it possible to change the default image size to the quick links, tile layout, fill space display in SharePoint online?
Is there a backend way to change the size of the Quick links web part, Tiles layout, Fill space icon size. The Grid layout gives the targeted size but forces a title. When the title is left blank, the ...
0
votes
0
answers
33
views
Can you add a custom 'See All' button to a view using tileProps in a SharePoint JSON-formatted view?
I am trying to build a simple tile view of some videos, (show their thumbnails and the description of the video), but I also want to add my own 'See All' link. The link out of the box will go to the ...
0
votes
0
answers
25
views
SharePoint REST API filter on date does not work without time
I am facing a strange issue in the production site where I am using below API to filter on date column
_api/web/lists/getbytitle('List Name')/Items?$filter=MeetingDate eq '2022-09-15'&$top=1
...
-1
votes
1
answer
243
views
how to get files of a specific folder path in sharepoint using /lists graphapi
i was able to get folders of a specific folder path using /drives but in /lists it will return files also not just folders unlike /drives , i already made a python script to retrieve files from ...
0
votes
1
answer
96
views
What causes this api call to return 403? Sharepoint ProjectWebApp
I've got an issue with an integration I'm trying to go live with at a customer, where I've set up the app registration with, from what I can tell, the same parameters.
Authentiction takes place via ...
0
votes
0
answers
700
views
Power automate errors when updating sharepoint list item, but item does get updated
Please, help.
Power automate flow that is doing a few things, and at the end checks the Sharepoint list and if it finds an item, it should update the item. If it does not find it, it should create it.
...
0
votes
0
answers
13
views
Common SharePoint page menu
I am creating a dummy SharePoint page. It is to test how the real page will look when I publish it. The menu bar appears to be common to all pages. So when I update the menu on the dummy page, it is ...
0
votes
0
answers
79
views
403 forbidden error while updating sharepoint list item using SPHttp client
Here I am trying to update the SharePoint list item using the SPHttps client, It is giving me the 403 forbidden error but I'm the global administrator of that site and have full control on the list.
...
0
votes
1
answer
92
views
getByEmail() function return error for existing email: User cannot be found
We are using the following end point of the SharePoint Online API go get the ID of the user in SharePoint:
https://my_company.sharepoint.com/_api/web/SiteUsers/getByEmail('xxx@my_company.com')/Id
In ...
0
votes
0
answers
87
views
Codespaces manifests.js loading issue for SPFX project
I have created SPFX project for SharePoint Online customization and using VS Code which works fine locally (on another machine where VS Code is installed).
Now I am trying to achieve the same using ...
0
votes
1
answer
117
views
401 Unauthorized for ExecuteQuery in sharepoint CSOM
I am trying to connect the SharePoint site with client id and secret but getting 401 Unauthorized error while hitting the executequery() method.
While doing app registrations, both Microsoft Graph and ...
0
votes
1
answer
96
views
Disable Site Contents from End Users
I have a SharePoint site which will be shared with external users. I want to ensure the minimum possible features for the external users. One such requirement is for them to not navigate to the site ...
0
votes
1
answer
71
views
Sharepoint online vermeer packet calls failing against sharepoint online
I am troubleshooting a very old sharepoint integration program we have. We make calls against sharepoint to place documents in it. And we use a very old sharepoint api (Vermeer packets)
This is using ...
0
votes
1
answer
382
views
Microsoft Graph notification not called when SharePoint file updated
I want to setup a webhook so that I get notified when a file has been changed. The file's storage location can be a OneDrive (business) or SharePoint document library.
I can poll the file and get the ...
0
votes
0
answers
80
views
Embedded code not working until move click or hover over
I have a SharePoint online site page. On it is some embedded code. However this only runs when a user hovers their mouse over the area or clicks on the area. How can I get the embedded code to run ...
-1
votes
1
answer
139k
views
Randomly getting a "Error: The file A has been modified by A on A." when running Set-PnPListItem
I have a script that reads an Excel document, and using the information from the Excel document it adds a file to the SharePoint document library and fills the column information in the document ...
0
votes
0
answers
47
views
Is there a way to make an Excel spreadsheet reflect the data in a SharePoint list, and update when changes are made to the list?
I can find plenty of ways to update a SharePoint List from an Excel spreadsheet, but not the other way around.
I'm looking for a way I can have an Excel Spreadsheet which is automatically updated when ...
0
votes
2
answers
395
views
API Access to SharePoint Files/Lists via SharePoint REST, API & MSAL, using deamon/service account
For my own API I use a Sharepoint REST service that saves & retrieves documents from a sharepoint site. This process should be user independent, i.e. using a deamon account.
So far I have been ...
0
votes
0
answers
106
views
Is it possible to get approved versions of list items in Graph API with SharePoint Lists
I am using Graph API to filter a SharePoint list by using $filter=fields/_ModerationStatus eq 0. This gives me only the items whose most recent approval status is Approved.
I have some items that were ...
1
vote
0
answers
316
views
SPFx Extension Listviewcommandset fails to add COMMANDs and fire onInit()
For the last 3 weeks I have been trying to resolve an issue with my SPFx Extension with ListViewCommandSet. It will not add the Commands to the command bar and it will not fire the "onInit()"...
0
votes
1
answer
714
views
SharePoint Online List Column formatting - Hover to show Attachment preview
BOTTOM LINE UPFRONT
I Need pdf Attachment on SharePoint list items to show preview upon hovering.
IMPORTANT DETAILS
I'm using SharePoint Online.
The list has a column created by default called "...
1
vote
3
answers
89
views
How to export / backup files from Sharepoint page libraries?
I'm looking to export all pages under a page libraries in Sharepoint, how do I achieve this?
It is currently not an option to export page libraries, but can be done by Sync for the other SP ...
0
votes
1
answer
275
views
How can I modify disable the "Edit All" pencil on a SharePoint List Form that I'm modifying in Power Apps?
I've created a custom Power App that has its own update button, so I want to remove or disable the pencil that shows when I click on the SharePoint List item that come up in the dialog box.
I've tried ...
0
votes
2
answers
329
views
How to send an email in same email thread using Power Automate?
I am using SharePoint Online. I have created one list to store the data.
I have created two workflows for automation.
The first flow triggers when a new email arrives on Outlook online and creates a ...
1
vote
2
answers
145
views
Display Image stored in a sharepoint Site, on a pdf that i want to export
Fetching Image from SharePoint URL for PDF Generation Results in 401 Error Despite Azure App Permissions
I am trying to fetch an image stored in SharePoint by its URL and embed it into a PDF that I ...
0
votes
1
answer
151
views
Move files to Azure Storage Container from SPO library though powershell
I have a csv file which have SPO(SharePoint Online) SiteURL, FileURL and Target AzureBlob LOcation like below.
CSV File:
Sample Data sheet
I need to downlaod the each file as per the "FileURl&...
0
votes
1
answer
87
views
Issue with Fetching SharePoint Main Site Lists Using SharePoint.Read.All Permission
I created an app and granted it SharePoint REST API permission (not Graph API), specifically SharePoint.Read.All.
In the SharePoint Admin Center, I created a new site (let's call it "Site A")...
1
vote
1
answer
133
views
How do we add labels like the image?
I have created the SPFx React project.
I have implemented a bar chart using PrimeReact charts.
To my knowledge, PrimeReact uses the ChartJs library on the back end.
I need to add a label and value ...
-1
votes
1
answer
100
views
SharePoint Rest api custom site home page
I am trying to custom SharePoint Home page by adding the Quick Links web page, how to achieve it by SharePoint Rest Api.
The Quick link will refer the the folder under Documents.
I know the Quick Link ...
0
votes
0
answers
157
views
SharePoint Online PnP Powershell field Read-only not working
When setting a SharePoint Online Field in a list to ReadOnly, I cannot edit the field in the grid view only. However, the field is still editable in the EditForm.
Connect-PnPOnline -Url "<Site&...
0
votes
1
answer
249
views
I'm having trouble calling the PnP PowerShell function Get-PnPPage - I keep getting object reference errors when looking for known pages
I am trying to amend a page in PowerShell using the PnP.PowerShell module. I am able to load it and do most things very easily. However when I attempt to access a page using the Get-PnPPage capplet, ...
0
votes
0
answers
88
views
Microsoft.SharePoint.Client (CSOM) API in a C# application, but I keep receiving a 401 Unauthorized error
I am trying to use the Microsoft.SharePoint.Client (CSOM) API in a C# application, but I keep receiving a 401 Unauthorized error.
Within Azure, I created an App Registration and a secret key with the ...
0
votes
0
answers
78
views
How to force the Microsoft switch account / sign in screen and redirect to URL afterwards
I'm looking for a way to force the Microsoft “Switch Account / Select Account” (or preferably even directly the page where they enter email and password) screen, and redirect to a specific URL after ...
0
votes
0
answers
126
views
Cannot connect PnpOnline using Powershell
I have a powershell script that performs administrative tasks: basically, it needs to connect to MS365 and list licenses by user, then put everything in a .CSV file and send this file to monsite....
0
votes
1
answer
62
views
teams/sharepoint list all files
We use teams - and it has the ability to create and store files.
There are files attached to various group things and in different "teams folders" - or what ever teams calls these things.
...
0
votes
1
answer
108
views
How can I get values from Managed Columns from a Sharepoint Site using ClientContext
I am working on a solution to query a custom column in a SharePoint document library using Microsoft Graph API and the office365 REST client library in Python. My goal is to retrieve files along with ...
0
votes
0
answers
22
views
adding multi-geo sharepoint site resource to catalog using v1.0 Power Shell commands
we are using the PowerShell SDK to provision catalog in entitlement management and add a SharePoint Online site as a resource. We found there are a few articles that the entitlement management ...
0
votes
0
answers
464
views
How to send an email in same thread using Power Automate?
I am using SharePoint Online. I have created one list to store the data.
I have created two workflows for automation.
The first flow triggers when a new email arrives on Outlook online and creates a ...
0
votes
0
answers
14
views
Hide physical URLs from search Yes/No different while adding a page
While i am creating a page from settings Settings-> Add a Page i see Hide physical URLs from search as Yes. When i checked the Version History i see Title and "Hide physical URLs from search&...
0
votes
1
answer
166
views
The object specified does not belong to a list - SharePoint Online PowerShell script
I am trying to get one of the properties (Batch date) of the SharePoint online document library file. I am getting below error Any suggestion on this please.
Batch date is single line of text field ...
1
vote
1
answer
89
views
How to insert a new row to excel file when a subfolder is created on sharepoint using power automate?
I'm trying to create a flow where when a sub-folder is created in Sharepoint, a new row is added to an excel document which has the date created, name and link to the sub-folder.
Currently I have the ...
0
votes
1
answer
152
views
Using Power Automate to move SharePoint folders with # character in their names
I've created a flow to move folders from a folder (originating) to another folder (destination) using a schedule trigger, but when a folder has the # character in its name, all the files are moved and ...
0
votes
0
answers
40
views
PowerShell Error When Adding Multiple Doc Libraries to SharePoint Online
all.
I am new to PowerShell, but I'm trying to learn it to manage my SharePoint site.
I thought this would be a good opportunity to try something new.
I found a PowerShell script on the SharePoint ...