3,989 questions
0
votes
1
answer
65
views
AdaptiveCard v1.3 weirdness in M365 / SharePoint Online Search Results
I am working with M365 / SharePoint Online. We are successfully using an Agent as a Data Source to index content on a legacy site (not on a Microsoft stack at all), and add index items to the search ...
0
votes
1
answer
183
views
How do I make images in SharePoint Online Modern UI clickable to alter content on the page itself?
I'm new to SharePoint and I'm looking for a way to create clickable SVG part in site pages. When a SVG part is clicked, I want specific content related to that part to display on the same page. ...
0
votes
1
answer
343
views
SharePoint metadata column limitations - how to understand them
I am not sure if I correctly understand those limits:
https://learn.microsoft.com/en-us/office365/servicedescriptions/sharepoint-online-service-description/sharepoint-online-limits#managed-metadata
...
1
vote
0
answers
84
views
Issue with Data Sync for Power BI Reports in large data set of SharePoint list
This is regarding a critical issue we are encountering with our Power BI reports in the production environment. We need to load data from a SharePoint list that contains approximately 150,000 items. ...
0
votes
1
answer
425
views
Graph API returns 0 drives for a SharePoint Team Site, on which there is a shared folder and its subfolders with files
Context
I have an Entra ID user "myuser", who can successfully browse list and view folders and files on a SharePoint Team Site called "mysite" using a browser
I have an ASP.NET ...
0
votes
0
answers
138
views
what do i need to access sharepoint files directly without downloading them?
i have a large files on sharepoint site more than 1tb and im trying to detect duplicated files and i found this powershell script on Microsoft forum and i did run it on my pc i tested it , it runs ...
0
votes
1
answer
610
views
Create a folder inside a SharePoint Online list using graph api
I have a requirement of creating list items inside folders(folders will have unique permissions and hence the requirement). The second requirement is to be able to share the parent folders with ...
0
votes
1
answer
687
views
Microsoft Graph API: 'Tenant does not have a SPO license' Error when Accessing SharePoint Site with valid business o365 account
I am attempting to access a SharePoint site using the Microsoft Graph API from a Python script. Despite having granted the necessary permissions in Azure AD and assigning licenses, I keep encountering ...
0
votes
0
answers
60
views
Using a PowerShell script how would I set specific permissions when creating a SharePoint site template
I am using this as a guide:
https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview#anatomy-of-a-site-script
As usual most MS documentation leave out the most ...
0
votes
0
answers
92
views
How to deny directory listing and allow direct access to files in Sharepoint Online
We are trying to migrate local file server to Sharepoint Online, and we need ability to deny directory listing. The application works on way that share direct link to files depending on user ...
0
votes
1
answer
183
views
SharePoint Online content Approval and MS Teams Approval center not sync
I've set up a document library with content approval enabled and created a Power Automate "First to respond" flow for approvals, with notifications sent to MS Teams. Everything's running ...
1
vote
0
answers
686
views
What is a good replacement for OfficeDevPnP.Core.AuthenticationManager.GetWebLoginClientContext?
I'm writing an addin for microsoft office word and I want to upload the current document to microsoft sharepoint.
Problem is the authentication:
In the past you could use OfficeDevPnP.Core....
0
votes
0
answers
183
views
How to exclude specific SharePoint list from Search
I am using SharePoint online modern team site. I have created lists and libraries under that site.
When anyone searches from the SharePoint search bar from the SharePoint ribbon it returns SharePoint ...
0
votes
1
answer
129
views
Does Power Apps gateway work with non-Microsoft solutions?
I also asked this on the Sharepoint Exchange, but I've been looking around on the Internet for solutions to connect Sharepoint Online with a locally running database (Apache-MySQL).
The plan is to ...
0
votes
0
answers
72
views
Unable to retrieve parent list fields when using CAML join query and sharepoint online
I am trying to use caml join queries when querying data from sharepoint through the webapi and Power Automate (HTTP send)?
Is it possible to retrieve fields from the parent list through ...
0
votes
0
answers
75
views
c# Microsoft.SharepointOnline.CSOM ExecuteQueryAsync not working
I'm using Microsoft.SharepointOnline.CSOM nugget and I can upload files withput any problems but if I change to ExecuteQueryAsync() method seems to be notworking. Simply program fails without any ...
1
vote
1
answer
683
views
SharePoint page is not loading in personal tab of app under MS Teams
I have created a Teams app and added a SharePoint page as a Teams personal tab.
I have referred to the below links for the same,
https://aakashbhardwaj619.github.io/2020/01/16/Add-SharePoint-Site-To-...
0
votes
0
answers
414
views
Create drop down from list items in SharePoint Online webpart
happy Thursday!
My scenario is I have a list that contains items referencing different aspx pages. I have a webpart that queries the endpoint and retrieves all of the list items into a drop-down menu....
0
votes
1
answer
6k
views
Comparing dates in Get Items step using ODATA QUERY
I have a Get Items step in my power automate flow, and am trying use an ODATA filter query to restrict the date field ImplementationDateTime - essentially I want records where that field is in the ...
0
votes
0
answers
498
views
JSON Code has no Effect on Column Formatting in a SharePoint 365 List
In SharePoint 365, I have permissions as "Owner" (not ADMIN). I have created a list. The column types vary (of type URL, Text, Date, etc.). For the URL column, I added the following JSON ...
0
votes
1
answer
612
views
Remove view-selection option from SharePoint List view web part command bar, but keep New button to add items
On modern SharePoint, I have a page with list web part showing a view of a list on that site. I would like users to be able to create new items using the 'New' button which shows with the command bar ...
0
votes
1
answer
262
views
Logic App: Upload file to sharepoint from HTTP
I develop a logic app which should download a file from a remote location and store them in Share Point.
All files are png or gif files.
On the share point connector - upload file, I'm using binary(...
0
votes
1
answer
205
views
SharePoint online REST not working by item(number)
Thank you in advance for your input. I am not a developer; I know enough to work with the different APIs/endpoints. I am running into an issue that has me stumped.
I have two tenants, tenantA ...
-1
votes
2
answers
168
views
Is it safe to integrate with SharePoint online API through a console application which is hosted on local VM
I have the below console application, which integrates with SharePoint Online. the console application is hosted on a local VM and authenticates with SharePoint using ClientId, TenantID & ...
0
votes
1
answer
493
views
Connect Sharepoint with c# via PnPCore
I use method GetWebLoginClientContext to access Sharepoint with MFA.
It was perfect since multiple users will use this program and i didn't want user to write any password/got any credential within ...