Is there a way to refresh the current page automatically once a new row is added in the form container? I’m adding rows to my table using the form container, but the Collection component on the same page doesn’t immediately reflect the newly added row. Any suggestions on how to ensure the page updates to show the latest changes?
Are you adding rows to a Big Table?
If yes, try enabling the below feature under Previews.
If that doesn’t help, you can also try adding a “Reload Query” action immediately after the row is added. (Although that really shouldn’t be necessary)
No, I am not adding a row to BigTable; I’m adding it to a MySQL table. Secondly, I tried using the “Reload Query” option, but it did not reflect the newly added row.
Is this a known problem with SQL @DarrenHumphries ? Thank you.
The reload query should work but perhaps it’s firing too quickly. Try adding a wait action in there; start with something like 8 seconds and if it works starting reducing to see what works.