Evaluation Trigger node#
Use the Evaluation Trigger node when setting up evaluations to validate your AI workflow reliability. During evaluation, the Evaluation Trigger node reads your evaluation dataset from Google Sheets, sending the items through the workflow one at a time, in sequence.
On this page, you'll find the Evaluation Trigger node parameters and
Requires Google Sheets
The Evaluation Trigger node uses Google Sheets to store the test dataset. To use evaluations, you must configure a Google Sheets credential.
Parameters#
- Credential to connect with: Create or select an existing Google Sheets credentials.
- Document Containing Dataset: Choose the spreadsheet document with the sheet containing your test dataset.
- Select From list to choose the spreadsheet title from the dropdown list, By URL to enter the url of the spreadsheet, or By ID to enter the
spreadsheetId
. - You can find the
spreadsheetId
in a Google Sheets URL:https://docs.google.com/spreadsheets/d/spreadsheetId/edit#gid=0
.
- Select From list to choose the spreadsheet title from the dropdown list, By URL to enter the url of the spreadsheet, or By ID to enter the
- Sheet Containing Dataset: Choose the sheet containing your test dataset.
- Select From list to choose the sheet title from the dropdown list, By URL to enter the url of the sheet, By ID to enter the
sheetId
, or By Name to enter the sheet title. - You can find the
sheetId
in a Google Sheets URL:https://docs.google.com/spreadsheets/d/aBC-123_xYz/edit#gid=sheetId
.
- Select From list to choose the sheet title from the dropdown list, By URL to enter the url of the sheet, By ID to enter the
- Limit Rows: Whether to limit the number of rows in the sheet to process.
- Max Rows to Process: When Limit Rows is enabled, the maximum number of rows to read and process during the evaluation.
Filters#
Optionally filter the evaluation dataset based on column values.
- Column: Choose a sheet column you want to filter by. Select From list to choose the column name from the dropdown list, or By ID to specify an ID using an expression.
- Value: The column value you want to filter by. The evaluation will only process rows with the given value for the selected column.
Templates and examples#
Related resources#
To learn more about n8n evaluations, check out the evaluations documentation
n8n provides an app node for evaluations. You can find the node docs here.
For common questions or issues and suggested solutions, refer to the evaluations tips and common issues page.