I have Page B that contains an action which updates my Supabase DB (shown on Page A) and subsequently navigates back to Page A.
However, the list on Page A doesn't update automatically on "Navigate Back" actions, and there's no way for me to make an action to refresh the database request on a different page. i.e. I can't create an action on Page B to refresh a Database on Page A.
Is there any way around this to force a refresh of the existing list on Page A, without using "Navigate to Page" function?