Knex call to update or insert into Table 1. Table 1 has a trigger which can then modify data in Table 2 based on the changes to Table 1. If I issue my update or insert, then re-fetch the data in table 2, it doesn't appear to show the changes made as a result of the trigger. Reloading the page shows the correct data, but I'd like to get the correct data on the page without a reload.
This is a React app, using redux and knex, ands connecting to a MSSQL database via API.
Any and all help appreciated.