Google Sheets make an API Call - Copy Data from one Spreadsheet into another one in a specific sheet and cell

Hello Guys,

I hope someone can help me with this topic. I worked till now hours and dont see any success by my own.

I have this scenario, where I want to get Data from a Spreadsheet “X” and want to paste the data into a spreadsheet “Y”. I already managed to set up the “Get range value module” and it has round about 2000 Boundles. therefore I dont want to use the “Update a Row” Module for cost effectiveness.

Afterwards I have the Text Aggregator Module The Output afterwards is this:
Bildschirmfoto 2024-06-26 um 14.51.54

After that I want to make the API Call, but the data should be pasted in a specific Sheet in the Spreadsheet and in a specific Columm. The Data should be posted in the Line between: L2 and AN - since the first spreadsheet is not fixed I dont have a specific number fo the end.

The API Module look like this:


Thats the error that occurs right now.
Bildschirmfoto 2024-06-26 um 14.59.19

I tried to use tipps and solutions from other Videos and Posts here on the Community but nothing seems to work. I dont know even now, that if its possible. To do that. If you need more Information, please right me.

Here is one topic where I oriented: Insert multiple rows in Google Spreadsheets from HTTP request that give xml of products - #2 by EyalGershon

Welcome to the Make community!

You’ll need to use the Transform to JSON module with the Text, before you can use it.

This is because your Text contains double quotes, which breaks the JSON.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

Hi samliew,

thank you, do you know I I should it set up exactly?

Best, Mike

Screenshot_2024-06-28_210613

Screenshot_2024-06-28_210644

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes