Supademo Logo
Demo Image 1
Demo Image 2
Demo Image 3

Click the arrow to begin.

Intro to Mapped Export - The Subfolder Path Property

D

Devon Smith

Updated: Apr 09, 2025

Description

Steps

1
Click the arrow to begin.
2
Select the Subfolder Path property and click "..." at the far end.
3
Enter the expression "CurrentDocument.ContentTypeName" in the editor window.
4
Add '+ "/" +' at the end of the expression to path the export to another subfolder.
5
From within the list IntelliSense provides, scroll down and select "Document_Date".
6
Finally, add .ToString("yyyy-MM-dd").
7
This complete expression exports the documents to a subfolder level based upon the extracted date.
8
Click OK.
9
The first folder level has been created according to the Document Type.
10
The second level organizes according to the date information extracted from the document.
11
Step 11
Intro to Mapped Export - The Subfolder Path Property