Custom Function for using one Module to create another Module entry with Subform

Custom Function for using one Module to create another Module entry with Subform

Hello,

I'm trying to set up a Custom Function to use one Module entry to create another Module entry. I know how to do this already but I'm needing to include Subform values in the new Module entry, and I'm not sure what the code would be for that.

Here's the code I'm using:
  1. create = zoho.crm.createRecord("Example_Module_1",{"Name":module2name,"Location_by_Name":module2streetaddress,"GPS":module2gps,"No_of_Signs_Dropped":module2count});

"Location_by_Name", "GPS" and "No_of_Signs_Dropped" are all Subform fields. None of their values are filled in when the new Module entry is created.