mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(n8n Evaluation Trigger Node): Add link to dataset template in trigger (#15455)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user