Blocks
- Set a Variable — Update a Storage or temporary variable for later use in the flow.
- Create a Variable — Create persistent Storage data that survives between runs.
- Create a Temporary Variable — Store data for the current execution only.
- Delete a Temporary Variable — Remove a temporary variable from the current run.
- Calculate — Perform math operations and save the result to a variable.
- Delete a Variable — Remove persistent Storage data for a variable.
- Find something — Find and cache a user, role, or channel by name, ID, or mention.

