I need to store original file name into database of the uploaded excel sheet. Please suggest if we have any smart service or plugin for the same.
Discussion posts and replies are publicly visible
We can make use of the document() function to get the uploaded filename.
document(ri!docmentId,"name")
The original file name is inherently kept unless you override it, either at upload time or perhaps via renaming afterwards (in both cases, the original filename would no longer be stored anywhere within Appian as far as I know). Otherwise, ashok's answer above is correct. Do you mind sharing what you've tried and what seems to not be working correctly?
Thanks Mike, will share the result.