diff --git a/apps/sim/blocks/blocks/gmail.ts b/apps/sim/blocks/blocks/gmail.ts index f5543b835..e389d3b3d 100644 --- a/apps/sim/blocks/blocks/gmail.ts +++ b/apps/sim/blocks/blocks/gmail.ts @@ -242,15 +242,9 @@ Return ONLY the email body - no explanations, no extra text.`, id: 'messageId', title: 'Message ID', type: 'short-input', - placeholder: 'Enter message ID to read (optional)', - condition: { - field: 'operation', - value: 'read_gmail', - and: { - field: 'folder', - value: '', - }, - }, + placeholder: 'Read specific email by ID (overrides label/folder)', + condition: { field: 'operation', value: 'read_gmail' }, + mode: 'advanced', }, // Search Fields {