Quickbase extremely slow and some features will not load at all
Quickbase currently very slow and some features of our app are not loading at all. I cant find a a place to report Quickbase issues so reaching out here. Quickbase status page only shows downgraded performance for Quickbase community which for me, seems to working perfectly, while Quickbase itself is not. Anyone else experience issues and know of a place to report these performance issues? Thanks for your help.20Views1like3CommentsRecord Creation Delayed
I have a URL which creates two related records, via an automation, and returns the user to a page. It definitely seems as if there is a small delay between clicking this button and when one of the records shows up in a report. For instance, if I click the button and land on the page, and then immediately click a link to go to a report the new record does not appear. But if I wait a moment it does appear. This is problematic. Any suggestions?0Views1like7CommentsLimit the # of times an Automation runs for Multiple updated records in the same table.
I have an Automation set to run a Table to Table import when a record changes in a table, the problem is that Multiple Records change at the same time and the Action is re importing the Table for every record updated (undesired for multiple reasons) how do I make this only run once no mater how many records are updated at the same time? Here are the Details: - The Table that is activating the Automation is a Connected Table that gets updated from an external Source. it always updates multiple records. - When this table Updates, I want to run this automation Once. The Automation Runs a Table to Table import that imports all of the Records appropriately in the destination table(s) on its first run._ - Running the automation again is causing one of the tables to duplicate all of the records since it is an event tracking table and the records do not update they are always created causing n*n duplication of the requited Data and is a waste of computation time.. The other Tables are mergeable so no data effects are seen1View1like3CommentsAnyone having issues with QB after migration? Some of my child table records are not loading or slow loading...
My application is working really fast after the migration and was super excited...until I started to drill down into my child tables and notice a tremendous lag where QB opens the table bar and header information, but the child data from the table is blank for about 3-5 minutes before it eventually opens. This has been confirmed by users at other physical locations and is not a network issue on our side. As I said, the app is working amazingly fast until I drill down into it.1View1like4CommentsUsing User() Logic for efficiency
Hi, In using the User() function, which, if any, is the most efficient way to express this line? if( [Records Owner]=User(), ... ) or If( UserToName([Records Owner]) = UserToName(User()), ... ) When I say 'efficient', I mean which requires less resources to process? Chris0Views1like3Comments