Hi,
I have set up a panel on a VP which will show a query only when the auto-refresh is triggered. There is a trigger process TriggerRefresh and the actual DoRefresh process that shows the query. The panel auto-refresh settings have these two defined:

I expect the panel to refresh when the trigger process is completed, regardless from where is it executed. To do this I'm executing the trigger process when the VP is initialized.
However, the auto-refresh of a panel doesn't seem to work when the trigger process is executed from another process, only when the trigger process is executed manually such as from a button on the VP, like this:

Is there a way to achieve auto-refresh of a panel as soon as the VP is shown, without having to execute the trigger process manually from somewhere?