Gemphonefarm-book
  • Welcome
  • Set up & Kết nối Phone
  • Setup Giả Lập
  • Hướng dẫn sử dụng
    • Control Center
    • Stream Device
    • Inspector
    • Automation
      • General
        • Start
        • End
        • Resource Status
        • Delay
        • HTTP Request
        • Block Group
        • Note
      • UI Interaction
        • Press Back
        • Press Home
        • Press Menu
        • Touch
        • Swipe/Scroll
        • Screenshot
        • Type Text
        • Image Search
        • Swipe & Check Screen
        • Clear Text
        • Find Text
      • Device Management
        • Set Clipboard
        • Get Clipboard
        • Reconnect
        • Transfer File
        • Screen Action
        • Toggle Service
        • Change Device
        • Get Property Device
        • Check Network
        • Dump XML
        • Proxy
      • App Management
        • Is Open App
        • Start App
        • Stop App
        • Install App
        • Uninstall App
        • Is Installed App
        • Backup/Restore
        • Backup/Restore Device
        • Clear Data App
        • Close All App
      • System Commands
        • JavaScript code
        • Element exists
        • Press Key
        • ADB Command
      • Data
        • Read file text
        • Insert data
        • Delete data
        • Get log data
        • Slice variable
        • Increase variable
        • RegEx variable
        • Data mapping
        • Split Data
        • Sort data
        • Get Attribute
        • Random
        • IMAP (Read Mail)
        • Read Hotmail
        • Refresh Hotmail AccessToken
        • File Action
        • Generate 2FA
      • Online Services
        • Excel
        • Google Sheets
        • Gemini AI
        • Chat GPT
        • DeepSeek
        • BlackBox AI
      • Control Flow
        • Repeat Task
        • Conditions
        • While Loop
        • Loop Data
        • Loop Breakpoint
  • Setting
    • General
    • Automation
    • Phone
    • Editor
Powered by GitBook
On this page
  • Chọn nơi lưu dữ liệu​
  • Giá trị chèn​
  • Nhập tệp tin​
  • Chèn nhiều hàng trong bảng​​
  1. Hướng dẫn sử dụng
  2. Automation
  3. Data

Insert data

Chèn dữ liệu bổ sung vào cột trong bảng hoặc biến

PreviousRead file textNextDelete data

Last updated 5 months ago

Chọn nơi lưu dữ liệu

  • Bảng | Danh sách bảng: Chọn cột muốn lưu giá trị vào khi bạn chọn bảng để lưu trữ dữ liệu.

  • Biến | Danh sách biến: Ghi tên biến bạn muốn chèn dữ liệu vào.

Giá trị chèn

  • Giá trị bạn muốn chèn có thể là giá trị của một bảng, biến, profileId, profileName, globalData...

Nhập tệp tin

Chèn nội dung file vào một biến hoặc cột của bảng. Sau khi dán đường dẫn file đó vào, bạn có thể chọn Preview data để xem file đó. Ngoài ra bạn có thể chọn thêm định dạng Read as base64 để chuyển văn bản sang dạng mã hoá kí tự

Bên trong trường văn bản giá trị , bạn có thể nhập đường dẫn tuyệt đối của tệp hoặc URL của tệp . Ví dụ:

  • Dường dẫn tuyệt đối

    • Windows: C:\Users\Public\Documents\testing.docx

    • MacOS: /Users/Josh/Desktop/docs.pdf

  • URL

    • https://example.com/files/document.pdf

    • https://example.com/words.txt

Để chèn nhiều hàng trong một cột , hãy phân tách từng giá trị bằng một thanh dọc kép (||).

Ví dụ: value 1 || value

Chèn nhiều hàng trong bảng​

​
​
​
​