Ngauge Form Ai Column Update
Description
The Ngauge Form AI Column Update activity updates AI-generated columns in a selected Ngauge form. It provides options to control whether all rows or only empty rows in the form are updated.
This activity is typically used after form ingestion or data population workflows, where intelligent column values (e.g., AI labels, predictions, or classifications) need to be programmatically refreshed.
Use case:
After uploading customer service data into a Ngauge form, use this activity to populate the Sentiment Score and Issue Type AI columns. You can choose to update only missing predictions or recalculate all rows after model re-training.
Input
- Data – The form data is handled internally through the selected Ngauge Form. No external input is required.
Output
Output Type | Format | Description |
---|---|---|
Data | JSON | Updated form data with AI values |
Configuration Fields
Field Name | Description |
---|---|
Ngauge Form Id | Select the Ngauge Form whose AI columns need to be updated. Available forms are listed dynamically. |
Update All Rows | When enabled, all rows will be updated. If disabled, only rows with blank AI column values will be updated. |
Sample Input
Not applicable
The form data is internally selected via the configuration, and no external input is needed.
Sample Configuration
Field | Value |
---|---|
ngaugeFormId | CustomerFeedbackForm2024 |
updateAllRows | false |
Sample Output
Not applicable