fix(Google Sheets Node): Append fails if cells have some default values added by data validation rules (#9950)
This commit is contained in:
@@ -17,6 +17,16 @@ export const versionDescription: INodeTypeDescription = {
|
||||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
hints: [
|
||||
{
|
||||
message:
|
||||
"Use the 'Use Append' option for greater efficiency if your sheet is uniformly formatted without gaps between columns or rows",
|
||||
displayCondition:
|
||||
'={{$parameter["operation"] === "append" && !$parameter["options"]["useAppend"]}}',
|
||||
whenToDisplay: 'beforeExecution',
|
||||
location: 'outputPane',
|
||||
},
|
||||
],
|
||||
credentials: [
|
||||
{
|
||||
name: 'googleApi',
|
||||
|
||||
Reference in New Issue
Block a user