The reload button only reloads up to 3 times. It doesn't respond after clicking 3 times.
I used the extension for reload button and created a button which do a reload data action. I also created a security rule to to reload data with the code below.
(((resource.nane="Test" and resource.resourcetype="App" and resource.stream.HasPrivilege("read")) or (resource.resourcetype="App.Object" and resource.stream.HasPrivilege("read") and resource.objectType="app_appscript")))
I used App_* and App.Object_* for resource filter with Read and Update actions. The context is also both in Hub and QMC.
I have checked the data connection and it is stable. Is there something I miss out or incorrect setting?