Hmm looks like you’re trying to add 198 new rows?
While there is no module for that, you might want to try the Bulk Update endpoint for that.
This means you have to aggregate your first iterator, so that the 198 bundles get into the right format for the bulk update endpoint.
Here is an example: How to bulk update non-consecutive rows in Google Sheets using the batchUpdate API?