Hi,
I would like to be able to use Logic within Dynamic Field Naming or 3rd Party Attachment Naming.
An example is Cloud Storage, when a Form is Submitted it creates a folder on the Cloud Storage dynamically today, great, but I would like to add extra information in the folder name if a field is a certain value, so I would like to be able to use something like "IF(${zf:Dropdown12}="Yes"," - ${zf:SingleLine2}","")" in the dynamic naming, so "Company Name - ${SingleLine1}IF(${zf:Dropdown12}="Yes"," - ${zf:SingleLine2}","")"
To give "Company Name - Form Submitter Name" or if the Dropdown is yes then "Company Name - Form Submitter Name - Extra Text"
On the Field Naming it could be the same but rather than just fixed field values, again change the output between 2 field values based on a previous selection.
Thanks
Dan