Questions tagged [folder]
A folder is a virtual container where files can be stored.
545 questions
0 votes
0 answers
51 views
Recently seeing a small person appear in folder Icons and being unable to make changes on files or other folders
I've started experiencing a recent phenomenon where a folder within a library appears to be "locked" from being edited - symptoms experienced are not being able to set metadata, or add new ...
0 votes
2 answers
238 views
How to count all files recursive inside a specific folder programmatically in powershell?
How can I count all files recursive inside a specific folder in a document library by powershell? So he needs to count also the files inside the subfolders recursive.
0 votes
1 answer
147 views
Creating SharePoint folder with "title" property via Boomi
How would I populate the "title" property of a SharePoint folder when creating the folder via Boomi (with an HTTP request)? I can't seem to find the full JSON to do this. This is all I have ...
0 votes
1 answer
309 views
SharePoint "Shared with Us" for External Users and External Users List
I'm working on setting up a SharePoint site for my organization. Here are parameters: We are an organization with a lot of different committees, which have an average of 10 members per committee. I ...
0 votes
1 answer
113 views
Inheriting metadata upward?
Is it possible to have a parent folder inherit metadata from child elements, i.e. upwards? For example: The folder "folder" contains "file.txt" The column is "Language" ...
0 votes
1 answer
326 views
SharePoint API - ItemCount shows something but empty list of files and folders
I'm accessing a SharePoint folder that contains two files and a subfolder. I'm getting back a correct ItemCount but no list of items. Using a made-up path of /sites/sitename/folder1/folder1, and ...
1 vote
1 answer
464 views
Link from SharePoint Library to list item
We create a SharePoint list record and a flow that populates the list and also creates a folder in a SharePoint library, this folder has subfolders. The list has a title called (enq_no), this title is ...
1 vote
1 answer
162 views
Link to a list item from a document library
I have a SharePoint list "A" which each record has a unique number called "enq no"., when the list record is created it also creates folders in a document library. This document ...