Merge pull request #4664 from Budibase/update-filter-automation
Rename filter to be condition
This commit is contained in:
commit
d7f1d6d5bf
|
@ -16,10 +16,11 @@ exports.FilterConditions = FilterConditions
|
||||||
exports.PrettyFilterConditions = PrettyFilterConditions
|
exports.PrettyFilterConditions = PrettyFilterConditions
|
||||||
|
|
||||||
exports.definition = {
|
exports.definition = {
|
||||||
name: "Filter",
|
name: "Condition",
|
||||||
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
|
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
|
||||||
icon: "Branch2",
|
icon: "Branch2",
|
||||||
description: "Filter any automations which do not meet certain conditions",
|
description:
|
||||||
|
"Conditionally halt automations which do not meet certain conditions",
|
||||||
type: "LOGIC",
|
type: "LOGIC",
|
||||||
internal: true,
|
internal: true,
|
||||||
stepId: "FILTER",
|
stepId: "FILTER",
|
||||||
|
|
Loading…
Reference in New Issue