SharePoint get folder action
- Updated: 2023/12/18
SharePoint get folder action
Use the Get folder action to retrieve details of a specific folder or all folders in the specified path in your SharePoint site.
Prerequisites
Note: The examples and graphics provided on this page are for
representation purposes only and may not accurately reflect your specific instance. We do not
assume responsibility for their maintenance or
accuracy.
Ensure that you are authenticated before initiating any SharePoint action. For more details, see SharePoint authenticate action.
Procedure
Note: The output is retrieved as a list of type Dictionary. To read an individual record (row) in this list, you need
to loop through all the dictionary items using the Loop action and
read or extract the records (rows) individually. For example, if the list is stored in the
variable list_FolderDetails and it contains five records, then each
record is passed to the Loop action to be processed one at a time. The loop reads the
Name, URL, last modified time and Unique Id of each
folder.