ES | EN
Document Ops

Push JSON data into an App or to Spreadsheet file

Google Sheets
Nodes 2
Complexity Basic
Category Document Ops
n8n popularity 8,931 views in n8n library

This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into a Spreadsheet file. Specifically, this workflow shows how to make a generic API request that returns JSON. It then shows how to load that into a Google Sheets spreadsheet, or convert it to .CSV file format. However, you can use the general pattern to load data into any app or convert to any spreadsheet file format (such as .xlsx).

Apps and nodes included

Step-by-Step Implementation Guide

Cargar JSON en app o hoja de cálculo

Este workflow carga datos JSON, obtenidos por ejemplo de una API, y los guarda en una aplicación o los convierte a un archivo de hoja de cálculo. Ideal para automatizar la importación de datos.

Nodos Utilizados

  • HTTPRequest: Obtiene datos JSON de una fuente externa (ej. API).
  • Google Sheets: (O cualquier otro nodo de aplicación como Excel, etc.): Guarda los datos en una hoja de cálculo.

Pasos de Configuración

  1. Configura el nodo HTTPRequest: Especifica la URL de la API que proporciona el JSON y los parámetros necesarios (método, headers, etc.).
  2. Configura el nodo Google Sheets (u otro): Conéctate a tu cuenta y especifica la hoja y las columnas donde guardar los datos. Asegúrate de mapear correctamente los campos del JSON a las columnas de la hoja.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.