Browserflow
  • 👋🏽 Welcome to Browserflow
  • Guides
    • Building a flow
    • Running a flow
    • Debugging a flow
    • Sharing a flow
    • Automating Google websites
    • Keyboard shortcuts
    • Selectors
    • Variables
    • Input variables
    • Conditions
  • Browserflow Cloud
    • Running flows in the cloud
    • Loop Sheet flows
    • Saving files
    • Automating sites behind a login
    • API
    • Webhooks
    • Zapier
    • Troubleshooting
  • Reference
    • Browserflow commands
      • Interact with Page
        • Click
        • Type Text
        • Press Key
        • Scroll
        • Hover
        • Select Option
        • Set Date Input
        • Upload File
        • Handle Dialog
      • Extract Data
        • Get Element Text
        • Get Link URL
        • Get Page URL
        • Get Element Attribute
        • Get Element HTML
        • Get Clipboard
        • Save File
        • Take Screenshot
        • Generate PDF
      • Navigate
        • Visit
        • Go Back
        • Go Forward
        • Reload Page
      • Spreadsheet
        • Loop Spreadsheet Rows
        • Add Spreadsheet Row
        • Update Spreadsheet Row
        • Find Spreadsheet Row
      • Control Flow
        • Loop Elements
        • Loop Pages
        • Loop
        • Loop List Items
        • If
        • Else
        • While
        • End
        • Break
      • Tabs
        • Create Tab
        • Get Active Tab ID
        • Select Tab
        • Close Tab
      • Utilities
        • Run Script
        • Get Date
        • Wait
        • Wait for Element
        • Show Alert
        • Make HTTP Request
        • Assert
        • Run Flow
        • Comment
        • Solve Captcha
  • Support
    • Getting help
    • Common errors
  • Troubleshooting
    • Updating to the latest version
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Browserflow commands
  3. Spreadsheet

Find Spreadsheet Row

PreviousUpdate Spreadsheet RowNextControl Flow

Last updated 3 years ago

Was this helpful?

Finds a row in Google Sheets

Sheet

  • Google Sheet to search through

Condition

  • Conditions to use to find the spreadsheet row

    • Text conditions (e.g. "Text is exactly", "Text contains") are case-insensitive

Search from bottom of the sheet

  • Whether to start searching from the bottom of the sheet rather than from the top

    • Allows getting the most recent result if there are multiple matches

Variable to assign row number

  • Variable to store the row number

    • The row number will be -1 if there is no match

    • The "" conditions can be used to check if there's a match

    • Can be used for updating row values with

Use cases

  • Checking to see if an item already exists in a spreadsheet to avoid adding duplicates

Update Spreadsheet Row
Row number exists/does not exist