Oracle APEX 24.1.6 | Oracle DB 19c
As the title states, I have been trying to refresh a page item. I pretty much did exactly what's described here except that what's needing to be refreshed is the page item.

I started trying a few things out, including refreshing the form region and using this JavaScript API, but to no avail. I came across this post where Carsten Czarski-Oracle mentions that individual items could be refreshed, but with impacts on existing computations / server-side conditions. My page item has neither of these. It is simply a page item that is populated by a source type of “SQL Query (return single value)” and when my dialog closes, it needs to update. I know the event for the dialog closing is being captured because I had it log to the console, and I can see the message.
Thanks for any insight or recommendations.
Jared