1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Merge pull request #4664 from Budibase/update-filter-automation

Rename filter to be condition
This commit is contained in:
Martin McKeaveney 2022-02-24 11:00:41 +01:00 committed by GitHub
commit d7f1d6d5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,11 @@ exports.FilterConditions = FilterConditions
exports.PrettyFilterConditions = PrettyFilterConditions
exports.definition = {
name: "Filter",
name: "Condition",
tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}",
icon: "Branch2",
description: "Filter any automations which do not meet certain conditions",
description:
"Conditionally halt automations which do not meet certain conditions",
type: "LOGIC",
internal: true,
stepId: "FILTER",