0Pricing
No-Code Automation · Ders

Filtreler ve Yollar Ekleme

İş akışının yürütülmesini belirli ölçütlere göre denetlemek için filtreler ve yollarla koşullu mantık uygulayın.

Filtreler ve Yollar Ekleme, CoddyKit'te ücretsiz bir No-Code Automation dersidir. Bu, 4 dersinin 1. dersidir. Aşağıdan dersin tamamını ücretsiz okuyabilir, sonra tarayıcıda yerleşik kod editörü ve 7/24 yapay zeka koçu ile uygulamalı olarak pratik yapabilirsin. Bu, No-Code Automation öğrenme yolunun bir parçasıdır ve ilerlemeniz web ve CoddyKit uygulaması arasında senkronize olur. No-Code Automation kursu toplamda 4 dersten oluşur.

Bu dersin bazı bölümleri henüz çevrilmemiş olup İngilizce olarak gösterilmektedir.

Control Your Automation Flow

Imagine your automation needs to make decisions. Not every piece of data should follow the same path!

Conditional logic allows your workflows to act differently based on specific conditions. It's like giving your automation a brain to decide "if this, then that".

What are Filters?

A filter is your automation's bouncer. It checks incoming data and only lets it proceed if it meets certain rules you set.

  • Filters act as gates.
  • They stop unwanted data from moving forward.
  • They ensure your actions only run when necessary.

Filter Basics: If It's True, Go!

Think of a filter as an "if statement". If the condition you set is true, the automation continues to the next step. If it's false, the automation stops for that specific piece of data.

This prevents unnecessary tasks and saves resources in your automation platform.

Setting Filter Conditions

You can set filters based on many criteria:

  • Text: Does a field "contain", "start with", or "exactly match" a word?
  • Numbers: Is a value "greater than", "less than", or "equal to" a number?
  • Dates: Is a date "before" or "after" a specific time?
  • Existence: Is a field "empty" or "not empty"?

Filter Example: New Leads

Let's say you only want to add new leads to your CRM if their email address is from a specific domain (e.g., @coddykit.com).

Your filter would check the "Email" field and only allow data to pass if it "Contains" @coddykit.com.

When One Path Isn't Enough

Filters are great for "yes/no" decisions. But what if you need to take different actions for different scenarios, not just stop or go?

This is where paths (sometimes called "branches" or "routers") come in handy. They allow your workflow to split into multiple directions.

Filters vs. Paths: Key Difference

It's important to understand the distinction:

  • Filters: A single gate. Data either passes through or stops. There's only one "next step" if it passes.
  • Paths: Multiple gates, each leading to a different set of actions. Data takes one of several possible routes based on different conditions.

How Paths Work: Multiple Routes

With paths, you define a condition for each route. When data comes in, the automation checks each path's condition until it finds one that's true.

The data then travels down only that path, executing its unique set of actions.

Path Example: Customer Feedback

Imagine processing customer feedback. If the sentiment is "positive", send a thank you email. If "negative", create a task for your support team. If "neutral", log it in a spreadsheet.

Each of these would be a separate path, triggered by the sentiment score.

Check Your Understanding

Which statements accurately describe the use of filters and paths in no-code automation?

Recap: Logic in Your Workflows

You've learned how to add conditional logic to your automations!

  • Filters act as gates, allowing data to proceed only if it meets specific criteria.
  • Paths (or branches) enable your workflow to take different routes and perform distinct actions based on varying conditions.

These tools make your automations smarter and more efficient!

Sıkça Sorulan Sorular

“Filtreler ve Yollar Ekleme” dersi ücretsiz mi?

Evet — “Filtreler ve Yollar Ekleme” dersin tüm metni burada web'de ücretsiz olarak okunabilir. Etkileşimli olarak pratik yapmak (yerleşik kod editörü ve 7/24 yapay zeka koçu) ve No-Code Automation kursunun geri kalanını açmak için CoddyKit PRO'ya yükselt. No-Code Automation kursu toplamda 4 dersten oluşur.

“Filtreler ve Yollar Ekleme” dersinde ne öğreneceğim?

İş akışının yürütülmesini belirli ölçütlere göre denetlemek için filtreler ve yollarla koşullu mantık uygulayın. No-Code Automation ile uygulamalı kodu tarayıcıda doğrudan çalıştırarak pratik yaparsın ve 7/24 yapay zeka koçu dersi çalışırken sorularını yanıtlar.

No-Code Automation öğrenmeye başlamak için deneyim gerekli mi?

Önceden deneyim gerekmez. CoddyKit'te No-Code Automation, başlangıçtan ileri seviyeye kadar yapılandırıldığı için buradan başlayabilir veya başından başlayıp kendi hızında ilerleme yapabilirsin. Bu, 4 dersinin 1. dersidir.

“Filtreler ve Yollar Ekleme” dersi ne kadar sürer?

Çoğu CoddyKit dersi yaklaşık 5–10 dakika sürer. Her biri kısa ve etkileşimli olduğu için sabit ilerleme yaparsın ve web ile uygulama arasında tam olarak bıraktığın yerden devam edebilirsin.

Bu No-Code Automation dersinde kod yazıp çalıştırabilir miyim?

Evet. Her No-Code Automation dersi yerleşik bir kod editörü içerir, bu sayede tarayıcıda gerçek kod yazıp çalıştırabilir ve anlık yapay zeka geri bildirimi alırsın — yerel kurulum gerekli değildir.

Bu kursun tüm dersleri

  1. Filtreler ve Yollar Ekleme
  2. Veri Eşleme ve Dönüştürme
  3. Yineleyiciler ve Döngülü İş Akışları
  4. Toplayıcılar ve Dizilerle Çalışma
← No-Code Automation Sayfasına Dön