From 4e4149792a1739bc0252539fb41273253f639c4d Mon Sep 17 00:00:00 2001 From: Waleed Date: Thu, 22 Jan 2026 11:46:34 -0800 Subject: [PATCH] fix(gmail): expose messageId field in read email block (#2943) --- apps/sim/blocks/blocks/gmail.ts | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 {