Hey everyone,
I have a process where I save attachment file of .pdf .xlsx .xls .csv , and I save the attachments with “save attachments” activity, then I “move file” to rename the saved attachment.
BUT, to move file with a new name I also hard code it as : director+"/"+newname+".pdf"
I save it like this, but I dont want to hard code .pdf , I want it to be dynamic so I can save more than just a pdf. any suggestions?