Fixing definition for filter workflow block

This commit is contained in:
Andrew Kingston 2020-09-16 13:54:27 +01:00
parent 847224f3b7
commit a8be0682bc
1 changed files with 16 additions and 14 deletions

View File

@ -22,7 +22,7 @@ const ACTION = {
},
},
customType: "record",
title: "The record to be written",
title: "Table",
default: {},
required: ["modelId"],
},
@ -206,6 +206,7 @@ const LOGIC = {
inputs: {},
schema: {
inputs: {
properties: {
filter: {
type: "string",
title: "Reference Value",
@ -220,6 +221,7 @@ const LOGIC = {
type: "string",
title: "Comparison Value",
},
},
required: ["filter", "condition", "value"],
},
outputs: {