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:
Jaakko Husso
2025-08-01 09:32:05 +03:00
committed by GitHub
parent 22f505de69
commit d924d82ee2
9 changed files with 375 additions and 5 deletions

View File

@@ -607,6 +607,7 @@ const onCalloutDismiss = async (parameter: INodeProperties) => {
:path="getPath(parameter.name)"
:dependent-parameters-values="getDependentParametersValues(parameter)"
:is-read-only="isReadOnly"
:allow-empty-strings="parameter.typeOptions?.resourceMapper?.allowEmptyValues"
input-size="small"
label-size="small"
@value-changed="valueChanged"