Emailed link to record in report now broken as of last week

Emailed link to record in report now broken as of last week

I have been using a scheduled script to email me a link to a report that will show one record.

Example the script looks like this:

linkToReport = (((((" https://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/html/reportName/") + reportSearchTerms) + "&showHTMLOnly=false";

it creates a link that looks like this:
https://creator.zoho.com/zoho_user/zoho_appname/html/reportName/&ID=1986294000004712003&showHTMLOnly=false


As of last week the link now pulls up " https://www.zoho.com/creator/" instead of the report. If I change the link to remove the " &showHTMLOnly=false" the report comes up correctly but the (javascript) button does not work.   ( The report includes a button that triggers a function.  )

This had been working for months, now just failed as of last week.