Hello, at the request of @Steve (from this thread)
I created a new topic to describe my problem. I followed the guide there and created 4 actions
- Controller
- Increment Count
- Generate Child Row
- Loop Trigger
It’s pretty straightforward,
Controller is a grouped action to execute actions 2,3, and 4.
Increment Count just adds 1 to the Count column (that starts with 0).
Generate Child Row adds values to 4 columns, two of which uses the Count value as the index with this expression: INDEX(SPLIT(INDEX([Table List], [Count]), "."), 1) and INDEX(SPLIT(INDEX([Table List], [Count]), "."), 2).
When I submit the form, it first goes into this screen where it seems nothing is happening:
That happens for about half a minute or so.
Then sometimes it crashes, chrome asks me to “wait” or close the tab.
Then it goes to this loading screen which shows the progress:
It took more than 5 minutes to finish. I am using Appsheet DB for my tables.
What might be wrong? Also, please do tell me if you guys need more information.
More Information:
There are 2 bots attached to the control table (parent table) and 2 more bots attached to the target table (child table). Could this be the cause? because if there are 35 records to add, the bot will be triggered 70 times?
Looking at the Performance Analyzer, it took on average 6 seconds to add each row in the child table.
Here’s the details on one of the Add row operation:



