I made a bot on Table_Clients on change column [is_active] from true to false, in order to get a backup document before client deletion. All straight forward with only default values given from AppSheet like auto generated template, file store and so on.
Table_Client has some related Tables but they were all empty.
So I triggered the bot by changing the [is_active] column from true to false and wonder why this action takes so long. A look into my google drive showed me the reason. AppSheet created 27 files, all the same, only the timestamp in the filename differs.
Maybe there were only 27 files due to a timeout stopped the script, because the last file had 0 bytes and was therefore malformed. A previous try on the same table created only 23 files.
So what can cause this, what did I wrong?
