@oneblink/apps-react
    Preparing search index...

    Function exportFormStoreRecords

    • Export Form Store Records as a CSV file. This function will download the file automatically.

      await formStoreService.exportFormStoreRecords({
      formId: 1,
      })

      Parameters

      • fileName: string

        Name of the file to download. ".csv" will be added to the end of the file name if not passed

      • searchParameters: { formId: number; includeColumns?: string[] } & FormStoreParameters

        Search parameters for filtering, sorting, and including columns

      • OptionalabortSignal: AbortSignal

        An AbortSignal to abort the request

      Returns Promise<void>