How copy a Gsheet in the other existing sheet without iteration
I want to copy UserSheet in UserSpread in the UserSheetInMySpread in the existing sheet UserSheetInMySpread.
I success to do it with “Google sheet Get Range” and “Make an api call” but there are as many operation as rows in the sheet source. So Make calls several imes the “Make an api”.
I’m looking for solution to do only ONE call “Make api call”
I use
But I can’t configure the JSON for this.
Thanks,
Duy