fix(Google Sheets Node): Inconsistent Google Sheet Tool update behavior due to wrong type of row_number field (#16632)

This commit is contained in:
Eugene
2025-06-27 08:23:10 +02:00
committed by GitHub
parent 6408d5a1b0
commit 91206ef3cc
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ describe('Google Sheets, getMappingColumns', () => {
readOnly: true,
removed: true,
required: false,
type: 'string',
type: 'number',
},
]);
});

View File

@@ -70,7 +70,7 @@ export async function getMappingColumns(
required: false,
defaultMatch: false,
display: true,
type: 'string',
type: 'number',
canBeUsedToMatch: true,
readOnly: true,
removed: true,