I know I canโt change an uploaded file name. It is explained here.
What I need, in this case, is the original name of the uploaded file stored in a text column.
Is it possible?
Thanks
Solved! Go to Solution.
Not available.
Assuming youโre using GSheets and GDrive, the filename (and path) is the literal value saved into that column. You just reference the column value [file column]
. Perhaps wrap it in TEXT() if necessary. You can use INDEX( SPLIT(... , "\") , 2 )
to get just the name without the path.
Not available.
Thanks.
With the new integration with Google Apps Script, there is now a way .
See the Tips & Resources below:
How to control or rename uploaded files in a [file] column
User | Count |
---|---|
49 | |
18 | |
13 | |
12 | |
7 |