Custom function connection with Zoho Creator

Custom function connection with Zoho Creator

Hello,

I am using a custom function to GET RECORDS on a APP that i have in zoho creator.
This function allways worked, but now it gives the error:
"No. of arguments mismatch for the integration function 'zoho.creator.getrecords' at line number 3. Resolve the errors and try again"

So i fixed by inserting the rest of the params (index, limit and connection name), so my function is like this now:
getrecord = zoho.creator.getRecords("roboplan_zoho","planeamento-plano-b","Tasks_Report","Task_ID ==test",1,10,"creator");

and now i get this error:
creator connection doesnot exists at line number 1. Resolve the errors and try again

So, i've went to Zoho Flow connections and added a Zoho creator connection and inserted the name, but it was the same.

How can i resolve this issue? thanks