Deluge Scrip Zoho CRM and Creator Integration

Deluge Scrip Zoho CRM and Creator Integration

I'm attempting to write a simple script to pull data from Zoho CRM (Potentials) into a Creator form.  Note: I want to pull all data from all fields and display those in Creator.  I'm using the following script, and I'm getting the error below when I run the application.  Thoughts from the community.

contact_map = Map();
contact_map = zoho.crm.getRecords("potentials");
input.Test_App = contact_map.get("Created_By");

Error details: log messages Invalid client task found corresponding properties Line:(3) Mismatch of data type expression. Expected BIGINT but found STRING Line:(3)