mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +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',
|
displayName: 'Input Data Field Name',
|
||||||
name: 'inputDataFieldName',
|
name: 'inputDataFieldName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
noDataExpression: true,
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
parameterType: ['formBinaryData'],
|
parameterType: ['formBinaryData'],
|
||||||
@@ -636,7 +635,6 @@ export class HttpRequestV3 implements INodeType {
|
|||||||
displayName: 'Input Data Field Name',
|
displayName: 'Input Data Field Name',
|
||||||
name: 'inputDataFieldName',
|
name: 'inputDataFieldName',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
noDataExpression: true,
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
sendBody: [true],
|
sendBody: [true],
|
||||||
|
|||||||
Reference in New Issue
Block a user