mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✨ Make it possible to sent fileExtension on Salesforce Document
upload
This commit is contained in:
@@ -85,6 +85,14 @@ export const documentFields = [
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'File Extension',
|
||||
name: 'fileExtension',
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'pdf',
|
||||
description: 'File extension to use. If none is set, the value from the binary data will be used.',
|
||||
},
|
||||
{
|
||||
displayName: 'Link To Object ID',
|
||||
name: 'linkToObjectId',
|
||||
|
||||
Reference in New Issue
Block a user