Hello,
We have a form that is set to save each submission as a PDF to Workdrive. HOwever, it seems I can only save to one folder below the Teams Folder. This is problematic because we arrange teams folder in a 3 level structure.
I would like to save the submission folder depending if 3 forms fields. I did so:
And wanted to save the PDF under
- the Teams folder
- PRIX/ folder
- ${zf:SingleLine18}/ folder
- PROJETS/ folder
- ${zf:SingleLine} - ${zf:SingleLine2} folder
- submission.pdf file
But this didn't happend, I get instead
- the Teams folder
- PRIX/ folder
- ${zf:SingleLine18}/PROJETS/${zf:SingleLine} - ${zf:SingleLine2} folder
- submission.pdf file
I should be able to select dynamic folders acording to variable.
Thanks