Skip to content

Commit af61dbf

Browse files
authored
docs: Update Excel node to use external template url (no-changelog) (#11846)
1 parent ddda0bd commit af61dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/nodes-base/nodes/Microsoft/Excel/v2/actions/versionDescription.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const versionDescription: INodeTypeDescription = {
2727
properties: [
2828
{
2929
displayName:
30-
'This node connects to the Microsoft 365 cloud platform. Use the \'Extract from File\' and \'Convert to File\' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href="/templates/890" target="_blank">More info</a>.',
30+
'This node connects to the Microsoft 365 cloud platform. Use the \'Extract from File\' and \'Convert to File\' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href="https://n8n.io/workflows/890-read-in-an-excel-spreadsheet-file/" target="_blank">More info</a>.',
3131
name: 'notice',
3232
type: 'notice',
3333
default: '',

0 commit comments

Comments
 (0)