mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Google Sheets Node): Make it possible to set cell values empty on updates (#17224)
Co-authored-by: Milorad FIlipović <milorad@n8n.io> Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
This commit is contained in:
@@ -1391,6 +1391,7 @@ export interface ResourceMapperTypeOptionsBase {
|
||||
hint?: string;
|
||||
};
|
||||
showTypeConversionOptions?: boolean;
|
||||
allowEmptyValues?: boolean;
|
||||
}
|
||||
|
||||
// Enforce at least one of resourceMapperMethod or localResourceMapperMethod
|
||||
|
||||
Reference in New Issue
Block a user