Scenario Mode
👤 Your Role: You are a data analyst at a retail company.
📋 Request: Your manager wants you to automatically fetch the latest currency exchange rates from a public API into Google Sheets every day.
📊 Data: You have a Google Sheet with columns for Currency Code and Exchange Rate. The Currency Code column lists currencies like USD, EUR, GBP, etc. You want to fill the Exchange Rate column with the latest rates against your base currency (e.g., USD).
🎯 Deliverable: Create a Google Apps Script that calls a free currency exchange API, retrieves the latest rates, and updates the Exchange Rate column in the sheet automatically.
Progress0 / 5 steps