docs: Add filter connection and actions

This commit is contained in:
Faruk AYDIN
2023-05-24 15:23:38 +02:00
parent ad419855e9
commit 1c80677ac3
5 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/filter.svg
items:
- name: Continue if conditions match
desc: Let the execution continue if the conditions match.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,12 @@
# Filter
Filter is a built-in app shipped with Automatisch, and it doesn't need to talk with any other external service to run. So there are no additional steps to use the Filter app. It can be used as an action and it filters the flow based on the given conditions. Available conditions are:
- is equal
- is not equal
- is greater than
- is less than
- is greater than or equal
- is less than or equal
- contains
- does not contain