Hello Team,
I have a requirement to rename the local file with dateandtimestamp on some condition.
Input file name - test.csv
expected renamed filename - test.csv_16072025
I am using "Edit Document Properties" smart service and it is renaming the file name. so the output is like test_16072025.csv.
Unable to get the extension renamed. How to achieve this? can anyone suggest here?
Discussion posts and replies are publicly visible
You cannot achieve test.csv_16072025.Appian requires proper file extensions for file type recognition. The system will always try to maintain a valid extension.Why can't you use "test_csv_16072025.csv" as you can't change file extension.
Thanks for your reply Shubham. This is what the business requirement. Anyways, thanks for confirmation.