mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
fix(Gmail Trigger Node): Show warning about multiple items returned (#19896)
This commit is contained in:
parent
a01e5a5bc2
commit
83173fb04c
|
|
@ -63,6 +63,15 @@ export class GmailTrigger implements INodeType {
|
|||
polling: true,
|
||||
inputs: [],
|
||||
outputs: [NodeConnectionTypes.Main],
|
||||
hints: [
|
||||
{
|
||||
type: 'info',
|
||||
message:
|
||||
'Multiple items will be returned if multiple messages are received within the polling interval. Make sure your workflow can handle multiple items.',
|
||||
whenToDisplay: 'beforeExecution',
|
||||
location: 'outputPane',
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Authentication',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user