Prerequisites
1.Ensure Data Format is JSON In BrowserAct workflow’s Output Data node, ensure format is set to JSON. 2.Prepare Google Sheets- Create new Google Sheets
- Set column headers (matching extracted data fields)
- Note Sheet name and ID
Make.com Integration Steps
Step 1: Create Make Scenario
Log in to Make.com and Click “Create a new scenario”.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=a63a952c3b30e5e6578035a1fc21c2aa)
Step 2: Add BrowserAct Module
2.1 Add Module- Click + to add module
- Search “BrowserAct”
- Select “Run a workflow”
- Click “Add” to create a new connection
- Enter your BrowserAct API Key
- Click “Save”
- Select your workflow from the dropdown
- Configure required input parameters (if any)
- Click “OK”
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=299b0b29370b7aa6a5dedb076d1b2afb)
Step 3: Set Up JSON Processing
3.1 Add JSON Module- Click + to add new module
- Search “JSON”
- Select “Parse JSON”
- Open BrowserAct,go to workflow execution history (Activity log),find successful execution record
- Copy complete JSON output data
- Return to Make.com,In JSON Parse module, click “Generate”
- Paste copied JSON data into “Sample data” field, click “Save”
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=8e99197c15526946a5ac4ece647786b0)
- In “JSON string” field
- Click to select BrowserAct module output
- Select field containing data (usually output.string)
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=da1ca66ccbbee0b0a5d2a7b8a083b7d7)
Step 4: Connect Google Sheets
4.1 Add Google Sheets Module- Click + to add a new module. Search “Google Sheets”- “Add a Row”
- Configure Google Sheets Connection
- Click “Add” to create a new connection
- Authorize Make.com to access your Google account
- Select target Google Sheets
- Select target Sheet (worksheet)
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=9d013a9f7b3f5b5ed81aa07f3c8aa614)
- Columns: Define Google Sheets column order
- Values: Map data to corresponding columns
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=278ccd04dcac846e2ca5d843f8d99efa)
Step 5: Test Run
5.1 Run Test- Click “Run once” at bottom
- Observe execution process
- Check output of each module
.png?fit=max&auto=format&n=1wSaeCpRk4hxiYKf&q=85&s=d410c50d7d064d21fff48dd72ff3daea)
- Open your Google Sheets
- Confirm data added correctly
- Check data format and content
- Add Iterator module between JSON Parse and Google Sheets
- Select array field from JSON Parse output
- Each iteration automatically adds rows to Google Sheets
Common Troubleshooting
Issue 1: JSON Parse Failed Error: Invalid JSON Solutions:- Confirm BrowserAct output format is JSON
- Check JSON data is complete
- Re-generate JSON data structure
- Confirm field names match exactly
- Check case sensitivity
- Google Sheets connection expired
- Sheet name changed
- Insufficient permissions
- Re-authorize Google Sheets connection
- Confirm Sheet name and ID correct
- Check Google account permissions
- ✅ Data automatically transfers from BrowserAct to Google Sheets
- ✅ New row added each run
- ✅ Data format correct, fields correspond

