Flow for Intelligent Form Reader

Represents the metadata associated with a flow. With a flow, you can create an application that navigates users through a series of screens to query and update records in the database. You can also execute logic and provide branching capability based on user input to build dynamic applications.

FlowActionCall

Intelligent Form Reader exposes additional actionType values for the FlowActionCall metadata type. For more information on Flow and FlowActionCall metadata types, see Flow.

Field Name Field Type Description
actionType InvocableActionType (enumeration of type string) Required. The action type. Additional valid values only for Intelligent Form Reader include:
  • fetchActiveOcrTemplates—Fetch all the active OCR templates present in an org. Available in API version 58.0 and later.
  • fetchExtractedText—Fetch the text extracted from an uploaded document. Available in API version 58.0 and later.
  • initiateTextExtraction—Extract text from the pages of an uploaded document. Available in API version 58.0 and later.