Connection does not exists
Hello,
I'm trying to create a chatbot that on customer email will return the list of orders by this email. For this purpose created zohobot with Plugs that should fetch customer order ids from Zoho CRM by email.

i added code to the SalesIQ Script
orders = zoho.crm.searchRecords('Sales_Orders', '(field15:equals:
test@tes.com)', 0, 0, {"converted":"both"}, 'zohobot');
queryMap.put('response', orders);
return queryMap;
created connection to the ZohoCRM and connected


when trying to save the script I get the error message

maybe I need somehow another to connect the connection to the script? or what else I need to do to make it works.
thanks in advance