How to download Renamed File that already updated to Zoho Creator.

How to download Renamed File that already updated to Zoho Creator.

Hi members,

I construct a button with report workflow.
link = "https://creatorexport.zoho.com" + zoho.appuri + "report_link_name/File_upload/image-download/" + input.File_upload;

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