Automate Phone

General

  • Start: The start point of the process, executed every time automation starts

  • End: The endpoint of the automation process

  • Resource Status: Check the status of resources (e.g., images, scripts) loaded in the tab

  • Delay: Pause for a specified time before proceeding

  • JavaScript code: Executes custom JavaScript code

  • HTTP Request: Send an HTTP request to the server to fetch or send data

  • Blocks Group: Group blocks together for easier organization

  • Cmd: Runs Windows Command Prompt (CMD) or Terminal commands for automation.

  • Note: Add notes or messages to the automation for better understanding and debugging


UI Interaction


Device Management


App Management


System Commands


Data

  • Read file text: Reads content from a text file and stores it in a variable.

  • Insert Data: Insert data into a variable or database

  • Delete Data: Delete data from a variable or database

  • Get Log Data: Retrieve data from logs

  • Slice Variable: Split variable data into parts

  • Increase Variable: Increase the value of a variable

  • RegEx Variable: Use regular expressions to manipulate variables

  • Data Mapping: Map data from one source to another

  • Split Data: Splits a text string into smaller parts using a specified delimiter.

  • Sort Data: Sort data

  • Get Attribute: Extracts specific properties (e.g., text, ID, class) from a UI or web element.

  • Random: Generate random data in various formats

  • Spreadsheet: Reads, writes, or clears data from local or Google Sheets.

  • Open AI: Generates text or images using OpenAI’s models (e.g., ChatGPT).

  • IMAP (Read Mail): Access email data and read it for use

  • File Action: Commands used for managing specified files, such as adding data or deleting files

  • Generate 2FA: Generate 2FA code


Online Services

  • Excel: Automates reading, writing, or modifying Excel files.

  • Google Sheets: Manages data in Google Sheets.

  • Google Sheets (GDrive): Accesses Google Sheets from Google Drive.

  • Google Drive: Manages files in Google Drive.


Control Flow


Last updated