Questions tagged [sharepoint-library]
This tag is used for different instances of SharePoint Libraries (Document Library, Picture Library, Media Library, etc.)
175 questions
1
vote
0
answers
130
views
Add a custom menu in context menu say "Consume" in sharepoint online list library
I am provisioning a "list view" and "document library" in sharepoint online.
Now by default some menu appears in context menu on the items of the list. I want to add the new menu ...
0
votes
0
answers
57
views
My Upload Flow From Power Apps to SharePoint Libraries Doesn't Work
I've created a file upload flow. It simply takes 2 arguments which are FileName and FileContent. Added an attachment control and limited the items to be 1. I don't see any issues with the flow but ...
0
votes
0
answers
16
views
Is it possible to store forms responses in a template document in a library using PowerAutomate?
I know it's possible to save form answers in a list but it would be more practical for a team to have the answers directly filling out a template document in a library. I can't find information about ...
0
votes
1
answer
326
views
Sharepoint file type check before convert to pdf
I face an issue here where I have a list where user need to submit their file with some information there. Once it is approve, there will be a backend power automate flow that will convert the file to ...
0
votes
1
answer
28
views
Content Search not returning list columns
Noob here. Still using SP 2010 here - company stuck in the dark ages.
I am getting to grips with content search and have successfully pulled items in to my Webpart based on crawling a library for ...
0
votes
1
answer
164
views
SharePoint Online - JSON - highlight selected page
I have followed the guidance from this site and successfully created a menu based on Pages Library. However, I would like to modify the JSON so that the selected page (i.e. the page that is currently ...
0
votes
1
answer
266
views
Move files which uses content type to another SharePoint library
I created a SharePoint library in which I made a column named DocID . After uploading the document, the value of DocID automatically shown in the document due to content type.
But When I move or copy ...
1
vote
1
answer
506
views
Is it possible to disable the file activity in a document library?
I am asking about this functionality. We don't want it to be visible. Can it be de-activated?
0
votes
1
answer
39
views
Erratic Search Results in Large Library
We have a large library, approx. 2,500,000, items which forms the backend of our CRM.
Some users are reporting that when they search the library they are not seeing all the results they should be ...
1
vote
1
answer
275
views
How to fetch data from document library in SPFX react within a very short period of time?
I am fetching data from document library which has more than 5000 items. While doing this, it takes lots of time. Is there any solution to reduce this time?
0
votes
0
answers
26
views
can i add onclick event to library feature item
I want to deploy a custom library feature (which i still have to figure out how to create) to a farm and want to have an onclick event when a user tries to access or open the document that does some ...
0
votes
1
answer
1k
views
how to download file from SharePoint library with static name in SPFX react?
I want to download my file with a specific name from SharePoint library using SPFX react.
<div key={index}><a download="" >{item.name}</a></div>
(I am using anchor ...
0
votes
0
answers
471
views
How to Launch custom Powerapps Intake form from SharePoint Library-Not List
I have a Document Library in SharePoint Online in which I customized the form with PowerApps. I configured the app to function exactly how I want. Leveraging Power Automate, I was able to create an ...
0
votes
1
answer
35
views
Get full Site file listing
I find Sharepoint file search not so useful (sometimes what I'm looking for is there and it doesn't find it, or on the other side it shows files that are unrelated to what I'm looking for)
I've been ...
0
votes
0
answers
40
views
Need to see only modified column updates only when name column gets changed/update
I have columns in SharePoint library Name(doc), team, tiers, modified
Here I need modified column change only when name is updated/checkout and modified should not changed when team tiers is edited/...