Unable to process the operation because it contains too much data. Google Apps Script
问题 I have two sheets. First is data from JSON with max results 100 rows. It contains 8 columns. Second is the data I add manually and then write to the first sheet based on matched title. For example, if both titles match then create a new column "Category" in first sheet from second sheet. The second sheet contains 50 rows and 8 columns. When I run this script it throws error: We're sorry, we were unable to process the operation because it contains too much data. I tried to remove line by line