replied on April 30, 2019
Is there a way to get this to work with the path as well? My table has the following columns:
- Date
- Single Line
- Upload
- Single Line (Year extracted from the Date column)
- Single Line (Month extracted from the Date column)
My path statement is as follows:
\CCS\{/dataset/customer_lname}, {/dataset/customer_fname} - {/dataset/client_id}\Provider Reports\Progress Notes\{/dataset/provider_name}\{/dataset/progress_notes_table/progress_notes_year[Row()]}\{/dataset/progress_notes_table/progress_notes_month[Row()]}
My test data has 2 rows with 2 different dates, 3/26/2019 and 3/27/2019.
The folders created in my repository are named:
2019; 2019
03; 03
My goal was to have the following folders:
2019
03
[Row()] added after the variable name does work for naming the document but I cannot get it to work to create the correct folder structure.
Thanks!