It feels like a simple request and I think I'm overcomplicating it. I have a pick list in the Accounts module called "Industry" and I have created a text field in Deals called "Customer_Industry".
I am trying to build an automation so that when "Industry is changed in a single customer record, all associated Deals are updated too.
- varResponse = zoho.crm.updateRecord("Deals",input.dealID.toLong(),varValues);
- info varValues;
- info varResponse;