Custom action | Zoho Creator Help

Custom actions

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

Custom action

Methods
performCustomAction(workFlowLinkName: String ,onRecordIDs recordIDs: [String], in reportInfo: ReportInfo,completionHandler: @escaping (Result<CustomActionResponse>) -> Void)

Parameters

     
        workFlowLinkName

  Link name of the workflow
onrecord IDsArray of record IDs for which the custom action is to be performed
reportInfoThis contains the app owner, app link name, and report link name
completionHandlerThe file data will be returned to the completionHandler