mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(HTTP Request Node): Enable expressions for binary input data fields (#7782)
Github issue / Community forum post (link here to close automatically): https://github.com/n8n-io/n8n/issues/7775
This commit is contained in:
@@ -536,7 +536,6 @@ export class HttpRequestV3 implements INodeType {
|
||||
displayName: 'Input Data Field Name',
|
||||
name: 'inputDataFieldName',
|
||||
type: 'string',
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
parameterType: ['formBinaryData'],
|
||||
@@ -636,7 +635,6 @@ export class HttpRequestV3 implements INodeType {
|
||||
displayName: 'Input Data Field Name',
|
||||
name: 'inputDataFieldName',
|
||||
type: 'string',
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
sendBody: [true],
|
||||
|
||||
Reference in New Issue
Block a user