Back to Templates 
This workflow automatically fetches user data from an API, formats it, and stores it in Google Sheets and CSV files.
BASE_URL environment variable for the API endpointManual Trigger – Start the workflow manually or via schedule
HTTP Request – Fetch data from the API endpoint
Set Node – Extract and format fields like name (first + last) and country
Google Sheets – Append processed data to a Google Sheet
qwertzA:CSpreadsheet File – Export data to CSV (users_spreadsheet.csv)
Error Handler – Stops workflow if any step fails
BASE_URL)Set Environment Variables:
BASE_URL in workflow environment variables.Configure Google Sheets Node:
Check File Permissions:
users_spreadsheet.csv.Test the API Response Format:
first_name, last_name, country, etc.