Hi there
I have a form and a table on the same page. The form writes into the database and the table displays entries from the database, but it only displays items that have the current user’s ownerId in the record.
The logic on the Where Clause for the table is as follows:
My interface with the form and submit button looks like this:
When I click submit, I can see the record being written to the database (in the Backend view) but the table does not update with the new record until I refresh the page.
Is there a way I can refresh the table when clicking the submit button? Alternatively is there a way I can refresh the page when clicking submit?
Please let me know if there is a solution