Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
79 views

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 ...
henhen's user avatar
  • 1,253
0 votes
1 answer
441 views

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 (...
Carlos N's user avatar
  • 218
0 votes
1 answer
740 views

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 ...
Carlos N's user avatar
  • 218
-2 votes
1 answer
49 views

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 ...
Semada's user avatar
  • 109
0 votes
0 answers
27 views

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 ...
Elizabeth Arcudi's user avatar
0 votes
1 answer
117 views

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 ...
DanielJ's user avatar
  • 107
0 votes
1 answer
184 views

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 ...
Martin H.'s user avatar
  • 1,108
0 votes
0 answers
106 views

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 ...
Jason's user avatar
  • 79
0 votes
0 answers
33 views

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 ...
thomasonk's user avatar
0 votes
0 answers
25 views

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 ...
Joywin DSouza IN's user avatar
-1 votes
1 answer
243 views

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 ...
the programmer's user avatar
0 votes
1 answer
96 views

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 ...
Scott's user avatar
  • 71
0 votes
0 answers
700 views

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. ...
Dmitriy Ryabin's user avatar
0 votes
0 answers
13 views

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 ...
Phillip Money's user avatar
0 votes
0 answers
79 views

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. ...
K Sriman Chary's user avatar
0 votes
1 answer
92 views

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 ...
Juanan's user avatar
  • 1
0 votes
0 answers
87 views

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 ...
Muhammad Zeeshan Tahir's user avatar
0 votes
1 answer
117 views

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 ...
Dhanusha's user avatar
0 votes
1 answer
96 views

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 ...
Joywin DSouza IN's user avatar
0 votes
1 answer
71 views

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 ...
Dan G's user avatar
  • 856
0 votes
1 answer
382 views

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 ...
Coden00b's user avatar
  • 372
0 votes
0 answers
80 views

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 ...
DARREN SPARK's user avatar
-1 votes
1 answer
139k views

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 ...
DanielJ's user avatar
  • 107
0 votes
0 answers
47 views

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 ...
Phil Edwards's user avatar
0 votes
2 answers
395 views

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 ...
mtholen's user avatar
  • 1,693
0 votes
0 answers
106 views

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 ...
PCasagrande's user avatar
  • 5,412
1 vote
0 answers
316 views

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()"...
mazecreator's user avatar
0 votes
1 answer
714 views

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 "...
Yuniel G's user avatar
1 vote
3 answers
89 views

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 ...
user2167582's user avatar
  • 6,458
0 votes
1 answer
275 views

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 ...
Kathleen J's user avatar
0 votes
2 answers
329 views

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 ...
Bhoomesh Joshi's user avatar
1 vote
2 answers
145 views

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 ...
Mohamed Yassine Baananou's user avatar
0 votes
1 answer
151 views

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&...
user29299371's user avatar
0 votes
1 answer
87 views

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")...
Amit's user avatar
  • 87
1 vote
1 answer
133 views

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 ...
thedeepponkiya's user avatar
-1 votes
1 answer
100 views

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 ...
Edward's user avatar
  • 30.2k
0 votes
0 answers
157 views

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&...
Tim B.'s user avatar
  • 1
0 votes
1 answer
249 views

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, ...
user3655752's user avatar
0 votes
0 answers
88 views

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 ...
ns95's user avatar
  • 23
0 votes
0 answers
78 views

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 ...
saltemohn's user avatar
0 votes
0 answers
126 views

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....
Derepas Benjamin's user avatar
0 votes
1 answer
62 views

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. ...
user3696153's user avatar
0 votes
1 answer
108 views

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 ...
user587779's user avatar
0 votes
0 answers
22 views

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 ...
Naveen Thadigadapa's user avatar
0 votes
0 answers
464 views

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 ...
thedeepponkiya's user avatar
0 votes
0 answers
14 views

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&...
Furkan Agca's user avatar
0 votes
1 answer
166 views

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 ...
gokulnath's user avatar
1 vote
1 answer
89 views

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 ...
Trying's user avatar
  • 13
0 votes
1 answer
152 views

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 ...
Dragos's user avatar
  • 181
0 votes
0 answers
40 views

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 ...
Phil's user avatar
  • 1

1
2
3 4 5
80