Hello All,
I have a component workflow where users complete a task form and attach files to the form. Then those files are added to a record in Salesforce. After the files are attached to the record, we also use the Nintex Workflow to rename the files. However, doing so removes the file extension in Salesforce.
The file attachment on the form can be several different types, including .png, .pdf, .xlsx, .docx...
Is there a way to identify the file type extension of these files attached to the form task, so that I may use that in the workflow?
Example: User completes the form and attaches File.docx and File2.xlsx. They are added to Salesforce record.
Workflow renames to Payroll Document 1 and Payroll Document 2. This loses the file type extension in Salesforce.
Would like to rename to Payroll Document 1.docx and Payroll Document 2.xlsx.
Thanks in advance for any help!