mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +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: '',
|
default: '',
|
||||||
},
|
},
|
||||||
authentication,
|
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,
|
sheet,
|
||||||
{
|
{
|
||||||
displayName: 'Limit Rows',
|
displayName: 'Limit Rows',
|
||||||
|
|||||||
Reference in New Issue
Block a user