Skip to main content

Import Knack Records

knack_to_builtapi

Overview

This documentation provides detailed information about the "Import Knack Records" pipeline, which facilitates the import of data from Knack databases into your system. The connector uses API integration to seamlessly transfer records into the specified target entity.

Pipeline Parameters

Knack Object Key

  • Type: String
  • Description: The Object Key corresponds to the specific database object (like a table) in Knack from which data will be imported.
  • How to Find: In the Knack application, navigate to the table you want to import data from. The Object Key can be found in the URL after /objects/. knack_object_key

Target Entity

  • Type: Entity
  • Description: Specifies the destination Entity in your system where the imported data will be stored.
  • Configuration: Select the appropriate entity from the dropdown menu in the pipeline configuration interface.

Recommendations

  • Add mapping pipeline: Knack databases return data with field numbers instead of field names. Create a mapping pipeline to map field numbers to field names in your system.