0Pricing
No-Code Automation · Lezione

Aggiungere filtri e percorsi

Implementi una logica condizionale con filtri e percorsi per controllare l’esecuzione del workflow in base a criteri specifici.

Aggiungere filtri e percorsi è una lezione No-Code Automation gratuita su CoddyKit. Questa è la lezione 1 di 4. Puoi leggere la lezione completa qui gratuitamente — poi esercitati direttamente nel browser con un editor di codice integrato e un tutor IA disponibile 24/7. Fa parte del percorso di apprendimento No-Code Automation, e i tuoi progressi si sincronizzano tra il web e l'app CoddyKit. Il corso No-Code Automation include 4 lezioni in totale.

Parti di questa lezione non sono ancora state tradotte e vengono mostrate in inglese.

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!

Domande Frequenti

La lezione «Aggiungere filtri e percorsi» è gratuita?

Sì — il testo completo di «Aggiungere filtri e percorsi» è gratuito qui sul web. Per esercitarvi in modo interattivo (un editor di codice integrato e un tutor IA 24/7) e sbloccare il resto del corso No-Code Automation, passa a CoddyKit PRO. Il corso No-Code Automation include 4 lezioni in totale.

Cosa imparerò in «Aggiungere filtri e percorsi»?

Implementi una logica condizionale con filtri e percorsi per controllare l’esecuzione del workflow in base a criteri specifici. Eserciti No-Code Automation con codice pratico che esegui direttamente nel browser, e un tutor IA 24/7 risponde alle tue domande mentre lavori sulla lezione.

Ho bisogno di esperienza per iniziare No-Code Automation?

Non è richiesta alcuna esperienza precedente. No-Code Automation su CoddyKit è strutturato per principianti e studenti avanzati, quindi puoi iniziare da qui o dall'inizio e procedere al tuo ritmo. Questa è la lezione 1 di 4.

Quanto tempo richiede la lezione «Aggiungere filtri e percorsi»?

La maggior parte delle lezioni CoddyKit richiede circa 5–10 minuti. Ogni lezione è breve e interattiva, quindi fai progressi costanti e riprendi esattamente da dove hai lasciato su web e app.

Posso scrivere ed eseguire codice in questa lezione No-Code Automation?

Sì. Ogni lezione No-Code Automation include un editor di codice integrato, quindi scrivi ed esegui codice reale direttamente nel tuo browser e ricevi feedback istantaneo dall'IA — nessuna configurazione locale necessaria.

Tutte le lezioni di questo corso

  1. Aggiungere filtri e percorsi
  2. Mappatura e trasformazione dei dati
  3. Iteratori e workflow con cicli
  4. Lavorare con aggregatori e array
← Torna a No-Code Automation