mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Replace references to set node (no-changelog) (#7973)
## Summary This replaces the set node references with edit fields. Ref: https://n8nio.slack.com/archives/C036PA5D42D/p1702040900165709
This commit is contained in:
@@ -33,7 +33,7 @@ const properties: INodeProperties[] = [
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use a 'set' node before this node to change them if required.)",
|
||||
"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)",
|
||||
name: 'info',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user