The AirTables data is gathered and put into an SQLite DB during a Spreadsheet .Got Column. After the .Got Column has finished, the Screen Init fires off the procedure “showDB”, but the only data displayed is the “0” for number of table rows. Then, when “Show DB” button is pressed, the data from the DB is found and displayed and the number of table rows is “14”, which is correct.
Why won’t the procedure “showDB” find the data without pressing the “Show DB” button? Here are the blocks:
I suggested because everything indicates asynchrony, everything is running without having to wait for the other task to finish.
I really don’t know if it’s the best solution.
Seems to work only out of the .Got Column, but hey, it does work. I like Addylin’s Clock solution best. Better to have two possible solutions than zero solutions.