This problem can cause bottlenecks in a flow because the saved search output from NetSuite contains hundreds of lines, so integrator.io attempts the deletion process hundreds of times.
To resolve this issue, you can use the clear method in Google Sheets API. This clears the entire data range with a single command. The simplest solution is to create two flows:
- The first flow sends the saved search data from NetSuite to an FTP endpoint that creates a CSV file.
- The second flow groups all of the data in the CSV file, clears the sheet, then writes the grouped data back into the sheet.