This guide explains how to fetch a specific row from a Google Sheet using the Get a Row block.
Step 1: Add Block #
- Go to Automation → Add App
- Search for Google Sheets
- Select Get a Row
Step 2: Configure Settings #
- Select authentication
- Choose the spreadsheet
- Select the sub-sheet
Step 3: Define Row Number #
- Enter the row number to fetch (e.g., 1, 2, 3)
Step 4: Run & Save #
- Click Run & Save to fetch the row data
Step 5: View Output #
- Go to Run History → Output → Response
- Check the fetched row details
- Use the fetched data in your flow
- Save the workflow