Deluge creator integration - creator connection does not exists

Deluge creator integration - creator connection does not exists

Hello,

Im trying to use the new integration instead of using the v1 that will be deprecated.
so my old code its this one:
getrecord = zoho.creator.v1.getRecords("roboplan","planeamento-plano-b","Tasks_Report","Task_ID ==\"" + taskid + "\"");

The new code need to have a Connection, wich i think its defined here:


WIth the connection done i try the new piece of code:
getrecord = zoho.creator.getRecords('roboplan',"planeamento-plano-b","Tasks_Report","Task_ID ==\"" + taskid + "\"",1,200,"creator");

And i allways get this error when saving the deluge code:
creator connection doesnot exists at line number 1. Resolve the errors and try again



What is this error?
What should i do?

Thanks