Turn API data into a clean spreadsheet or a ready to share CSV with one click. Great for teams that need quick contact lists, sample records, or simple data pulls without copy and paste.
The flow starts with a manual run, then calls an API to fetch JSON data. From there, one path maps fields straight into a Google Sheets table and appends new rows. A second path trims and flattens the same JSON with a Set step, then creates a CSV file using a Spreadsheet File step. You can keep both outputs at once, so your sheet stays updated while a CSV is generated for download or sharing. Direct mapping to Sheets keeps things simple. The CSV path gives you tight control over which fields you include.
You only need a Google Sheets account with access to the target spreadsheet. Expect faster updates, fewer errors, and a simple way to reuse the same data in two formats. Use it to seed test data, refresh a basic contact list, or export a quick snapshot for reporting. If you want hands off updates, replace the manual trigger with a schedule to pull new records on a timer.