Thank you for investigations and wait for a fix to be released.
Please refer to other post I placed on the same day here.
[Import data from CSV action capability limit](https://community.appsheet.com/t/import-data-from-csv-action-capability-limit/49828) Questions
Let me copin in to @Phil first of all. What we are doing now is just to simply apply action to import csv file, but against relatively high number of the set of rows and columns to import. On our testing, the number of rows are 50k ish and column numbers are 25. When we import such files, the action can be fired as we will see the normal dialogue box when the action start to import the file, but thereafter, App becomes completely sclient where we do believe that the backgroud operation is doi…
Firstly we tried to import a CSV file to the target table and eventually we failed, presumably just because the number of rows and column we attempted to import.
Then we throught alternative way, which was a this BOT.
We made one table with exactly same schema as the target table. Then we copy from CSV and paste to this table manually and directly on the spreadsheet.
Then we come to AppSheet App, run a bot, which will give a user notification that bulk record import process is started.
Then move to next step, actually add rows from this table to target table using action in terms of set or rows category. Once this step is finished, we trancate the source table, and in turns it finishes, we tried to let the user know the whole process is finished.
If CSV import file action runs fine, then we dont need to buiild this type of bot, but as you see in other post, import CSV file action keeps failing. When the csv file size is relatively large, we sometime managed to import rows, but UX is not user friendly, as App after pick csv file, become responseless, no indication import csv process is done. (No dialogue comes up if or not we failed or succeeded in bulk import)
Again, we gave up import CSV action in this use case, but once again, we failed BOT which does the same job, presumably the timeout issue of the BOT.
I looked into Automation Limit,
But nothing was mentioned here, so it was new to know, that BOT process has timeout max 2 mins.
I appreciate for your guide how to make the use case to get through. I can share my sample and sandbox app with you to check it out how we can improve the BOT construction, so please let me know.
I also wait for @phil to give me a guide for CSV import file actions as well.
Thank you.
@Takuya_Miyai