Cmdlets for Klaviyo

Build 25.0.9434

RowScanDepth Parameter (Connect-Klaviyo Cmdlet)

Specifies the number of rows the provider scans to detect custom fields.

Syntax

Connect-Klaviyo -RowScanDepth string

Data Type

cstr

Default Value

"100"

Remarks

This property applies only when IncludeCustomFields is set to true and TypeDetectionScheme is set to RowScan. It does not apply when TypeDetectionScheme is set to None. This property determines how many records the cmdlet scans when dynamically detecting custom field columns for the following tables:

  • Profiles
  • CatalogItems
  • CatalogItemVariants
  • CatalogCategoryItems
  • CatalogVariants
  • Events

The Klaviyo API does not expose a dedicated endpoint for retrieving custom fields.

When IncludeCustomFields is set to true and TypeDetectionScheme is set to RowScan, the cmdlet scans the number of rows specified by this property and exposes any detected custom fields as columns.

This property is useful for customizing how aggressively the cmdlet detects custom fields based on available sample data.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434