I'm trying to pass a variable by URL to a Page in Zoho Creator with the following code;
- <%{
- current_session = Current_Login[ID == Session_ID.toNumber()];
- %>
- <p><%=current_session.Employee%></p>
- <p><%=zoho.currenttime%></p>
- <%
- }%>
But Zoho returns me "Variable 'Session_ID' is not defined" and I can't save the code.
What am I doing wrong? Do I have to do something before I can use the URL variable in a Zoho Creator page?
Thanks in advance