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
The value after dot should be a proper extension. Your current output is good as per standards and meets the requirement mentioned in your question! Thus, while there are no ways to rename extensions, its not a good use case to tweak extensions.
vijayan544557 said:I have a requirement to rename the local file with dateandtimestamp on some condition
This is basically archival file. So after renaming file will get moved to archive location. As I said this is business requirement and this is how they are maintaining currently in all other non-appian applications. So let me recheck with business for any scope of format change.
Makes sense! As a workaround, try and make use of the description attribute of the document. If your use case is to move files like these to archival, instead of relying on name, change description to save the value 'test.csv_16072025' using Edit Documents and archive using this field if business agrees