diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts index 6d2823b6e4..cf0161957c 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: false, + default: true, description: `By default the response only contain the ID of the ${resource}. If this option gets activated it
will resolve the data automatically.`, }; };