Basic programming concepts
Learn how workflows make decisions and process data systematically.
Module overview
🥚 In Rewst, workflows need to "think" and adapt to different scenarios, and that's where programming concepts like if statements and for loops come in. In this module, you’ll explore how workflows can make decisions and process lists of data—laying the groundwork for building more dynamic, flexible automations.
Video (3:21 minutes)
Module summary
Action items
Think of a process you handle repeatedly, like reviewing support tickets or following up on overdue payments. Write down a condition you would check (e.g., "Is the ticket marked urgent?") and a list you might go through (e.g., "List of open tickets"). This will help you see where if statements and for loops could simplify your work through automation.
Take the basic programming concepts knowledge check:
Keep on cluckin'
Last updated