Adding an entry in a Lookup field | Zoho Creator Help

Adding an entry in lookup field

This API service lets you manage the different functionalities in a form.

Adding a entry in lookup field

Methods
fetch(for:completionHandler:)This fetches the meta-data of the form that can be accessed through "Allow new entries" property of the lookup field.
 
submit(for:form:completionHandler:)This submits the data entered in the form that can be accessed through "Allow new entries" property of the lookup field. In case media fields are present, you need to use the upload API before using this API.
 
fetch(for:completionHandler:)

Parameters

lookUpAPIConfigurationA configuration that has the collection of necessary parameters to assist the lookup form fetch.
completionHandlerThe Form object and Error will be returned to the completionHandler.
 
submit(for:form:completionHandler:)

Parameters

lookUpAPIConfigurationA configuration that has the collection of necessary parameters to assist the lookup form fetch.
formThe Form object that is to be submitted.
completionHandlerThe Choice and Error will be returned to the completionHandler.
 
  1. Adding a record from a report
  2. Adding a record in a form
  3. Editing a record in a report
  4. Bulking editing records
  5. Fetch choices
  6. Upload media
  7. Deluge script executions
  8. Formula calculations
  9. Field actions