Variables
Variables store values that actions and rules can use.
Types
- Boolean: true or false.
- Number: counters, amounts, attempts, cycles.
- Text: saved OCR text, modes, labels, or typed text.
Counter example
- Create a number variable called
attempts. - Add a Variable action: add 1 to
attempts. - Add an Action Rule: only run this action when
attemptsis greater than 5.
OCR example
- Add Read Text action.
- Save detected text to
lastText. - Use Type Text with
{lastText}to type the saved value.