How to read/save during import the name of the csv file itself.
Hi,
We need to get/parse the actual csv file name that user imports.
The requirement is to store the actual file name: accounts.csv to a custom column in db, so as users to be able to find the records they have imported.
So, we need to pass the actual filename: accounts.csv as an input to our workflow (let say &customFileName) in order to update this custom column.
Is there any way to get via scripting on pop up applet the actual csv name and to pass it to the workflow?
Kind Regards,