copy multiple rows faster

I have this problem:
I created an action that copies the parent record+all children+all grandchildren, with new IDs for each row. Unfortunately, the copied data often ends up being 70-80 rows in total to be sent to the server. Additionally it seems that Apple devices do not update data in the background so the application must remain in the foreground to send all data.
The goal for the end user is to make a copy of the data that he can then modify (I use this method to avoid creating so much data from scratch that is often similar).
Is there a better/faster way to copy so many lines?.

Thank you

Solved Solved
0 3 129
1 ACCEPTED SOLUTION

You can start reading this document. You can use Start: & End expression to read your rows. https://support.google.com/appsheet/answer/10104797?hl=en

View solution in original post

3 REPLIES 3

The quickest way is to use Webhook.. though it happens in the backround.

Is there a guide to follow for webhooks?

You can start reading this document. You can use Start: & End expression to read your rows. https://support.google.com/appsheet/answer/10104797?hl=en

Top Labels in this Space