Get started creating, modifying, and understanding bots

The tasks in Build a basic bot cover general concepts related to creating and editing a Task Bot.

Bot developers or Bot Creators must have a basic understanding of the following concepts:
  • Variable: A storage location that is referenced and manipulated by a computer program. Variables can be for known or unknown information.
  • Loops: Runs one or more lines of code repetitively. A loop typically repeats, depending on a condition, or runs for one time for each element in a collection.