Zoho Creator Version 6 Issues at Step 6 of the Course (ZohoCRM not Authorized)

Zoho Creator Version 6 Issues at Step 6 of the Course (ZohoCRM not Authorized)

Hi Greg, Had posted on here this morning but seems to have disappeared. Have tried in normal page (not incognito) and still get error message but this time about not being authorised and mentions line 11


This is a copy of the code i have written

<%{
%>
<!-- THIS IS HTML -->
<h1>Hello World</h1>
<hr>
<%
// THIS IS DELUGE
Client_Portal_Record = zoho.crm.searchRecords("Deals","(Client_Portal_Hash:equals:" + cph + ")");
%>
<p><%=Client_Portal_Record%></p>
<%

}%>