feat(n8n Evaluation Trigger Node): Add link to dataset template in trigger (#15455)

This commit is contained in:
Dana
2025-05-16 15:24:14 +02:00
committed by GitHub
parent cf05c3341e
commit 1f023db531

View File

@@ -52,7 +52,10 @@ export class EvaluationTrigger implements INodeType {
default: '',
},
authentication,
document,
{
...document,
hint: 'Example dataset format <a href="https://docs.google.com/spreadsheets/d/1vD_IdeFUg7sHsK9okL6Doy1rGOkWTnPJV3Dro4FBUsY/edit?gid=0#gid=0">here</a>',
},
sheet,
{
displayName: 'Limit Rows',