Showing Error

When I am adding 29rows only in app sheet it is working fine. But when I am trying to add more than 150 rows it’s showing error. That the data is too large or too small. Please help.

Hi @PujaSrivastav

This is a large amount of new records to manage for the app itself.

You can either:

  • use a bot to add all of your records

  • use an API call to add your rows, with a combination of Bot and Apps Script for example

For reference:

Invoke the API - AppSheet Help

Invoke an action - AppSheet Help

Bots: The Essentials - AppSheet Help

Call Apps Script from an automation - AppSheet Help

1 Like