Concept Flow - Filtering and conditional logic
Start with data list
Check each item
Condition true?
No→Skip item
Yes
Keep item
Move to next item
Back to Check
All items checked?
Yes→Filtered list ready
↩Back to Check
This flow shows how each item in a list is checked against a condition. Items that meet the condition are kept; others are skipped.