mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08: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:
parent
e128b23a2b
commit
6208af07eb
|
@ -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],
|
||||||
|
|
Loading…
Reference in a new issue