SmartPaste
configurationConfigures the SmartPasteButton integration for AI-powered form filling. When enabled, adds a SmartPasteButton that can intelligently parse clipboard content and distribute it to appropriate form fields using AI processing.
smartPaste
ObjectSpecifies custom form field configurations for AI processing. If not provided, the SmartPasteButton will automatically detect form fields from the Form's items configuration.
smartPaste.formFields.field String
The name of the form field that corresponds to a form element.
smartPaste.formFields.type String
The expected data type of the form field.
smartPaste.formFields.description String
A description of the form field that helps the AI service understand its purpose.
smartPaste.formFields.allowedValues Array
An array of allowed values that restricts the AI service to only use specific values for this field.
smartPaste.service
ObjectThe AI service configuration for processing clipboard content and generating intelligent field mappings.