Think of these as the traffic police of your workflow. They decide who goes where, who gets in, and who gets kicked out.
Click any logic node on the workflow to see what it does (in plain English, we promise).
You set one rule, like "Is the amount more than RM 100?" Every item gets checked. Pass the test? Go right. Fail? Go left. It's like a mamak stall asking: "Milo ais or teh tarik?" — only two choices, no grey area.
IF is a yes/no question. Switch is a multiple choice question. Think of it like sorting your laundry — whites go here, colours go there, delicates get their own pile. And that one weird sock? That's the fallback.
Unlike IF (which sends rejects to a "false" lane), Filter is brutal — items that don't match just disappear into the void. One output only. Think of it as that strict aunty at CNY who only lets the well-dressed kids take ang pow.
Imagine you sent two interns to collect data from two different departments. Now you need both results in one report. Append = stack both piles together. Merge by Key = match them row by row (like pairing socks). Wait = "Nobody moves until BOTH of you are done."
You know that feeling when you have a transaction list with just "cashier_id: C02" and you're like "Who is C02?!" This node grabs your staff directory, matches C02 to "Nurul Izzah", and fills in the name for you. It's VLOOKUP but without the existential crisis of getting #N/A errors.
Ever had someone submit the same form 5 times because they kept clicking the button? This node looks at a field you choose (like email) and says: "I already have you. The rest of you clones — get out." Only the first one stays. Think of it as the guest list bouncer who checks: "Name already on the list? You're a duplicate. Next!"