Trouble with Zoho CRM fields to Zoho Creator

Trouble with Zoho CRM fields to Zoho Creator

I have an old application that works fine getting info from Zoho CRM to Zoho Creator and I'm attempting to use a similar code on the new application.

The old application has the record ID (zoho crm) variable as a Number.  My new application has the record ID as Text.

Here is the code: 

"crmResp = zoho.crm.getRecordById("LEADS", input.Zoho_CRM);"

It then gives me an error code, see below.

Error Message: “Mismatch data type for function ‘zoho.crm.getRecordById’ at argument index 2 expected data type BIGINT found data type STRING”


I don't think this matters, but I included a screen shot of the Zoho CRM field in Creator.

Not sure how to fix it at this point and would welcome any suggestions.