diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts index cf0161957c..6d2823b6e4 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts @@ -495,7 +495,7 @@ export const makeResolve = (resource: string, operations: string[]) => { operation: operations, }, }, - default: true, + default: false, description: `By default the response only contain the ID of the ${resource}. If this option gets activated it
will resolve the data automatically.`, }; };