Using Queries with dynamic parameters in Kiosk Studio

Using Queries with dynamic parameters in Kiosk Studio

Hi,

I'm pretty new when it comes to developing within Zoho (I'm really a .NET developer), as it was just added to my responsibilities.

For a new feature in the CRM, I'm trying to develop a Kiosk function to show a list of records (retrieved by the new Queries feature) where the user can make a selection of records. And I'm trying to figure out how we would be able to pass the date of today as a dynamic parameter.

So I created a new Query with 2 dynamic parameters. One for the record ID of the module this kiosk will be added to, the other would have to be the date of today. A test run with this works as expected.

Now, using this Query in the Kiosk, I can use the "Merged field" functionality to pass the CurrentRecord ID to the query but I can't seem to find how to pass the current date into the query. So currently I've tried the zoho.currenttime.toString() method, but this doesnt seem to work out of the box.

Is there any characters we need to use inside the input box to signal the system to evaluate the expression? Along the lines of ${} for instance when using the merged fields?