Skip to content

Commit

Permalink
fix(HTTP Request Node): Enable expressions for binary input data fiel…
Browse files Browse the repository at this point in the history
…ds (#7782)

Github issue / Community forum post (link here to close automatically):
#7775
  • Loading branch information
maspio authored Nov 23, 2023
1 parent e128b23 commit 6208af0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ export class HttpRequestV3 implements INodeType {
displayName: 'Input Data Field Name',
name: 'inputDataFieldName',
type: 'string',
noDataExpression: true,
displayOptions: {
show: {
parameterType: ['formBinaryData'],
Expand Down Expand Up @@ -636,7 +635,6 @@ export class HttpRequestV3 implements INodeType {
displayName: 'Input Data Field Name',
name: 'inputDataFieldName',
type: 'string',
noDataExpression: true,
displayOptions: {
show: {
sendBody: [true],
Expand Down

0 comments on commit 6208af0

Please sign in to comment.