How to download Renamed File that already updated to Zoho Creator.
Hi members,
I construct a button with report workflow.
openUrl(link,"new window");
This script able to download the file.
But I wish to download the file with some renaming logic.
For example, rename the file with the RECORD ID as the new name.
How to achieve this requirement?
Thank You