Hi all, I need help and guidance on creating an auto update dashboard for my Power Apps system.
I have an order progress dashboard where users will refer it to see their current order progress. It's like you went to McDonalds and look at the screen whether your order is preparing in their kitchen or can pick it up already. Issue here is the dashboard is not auto update. I have to refresh the dashboard manually every single time progress is updated by admins. Fyi, I created four separated containers and inside, I have a gallery to display the contents for each progress.

At each gallery's Items' property, I have this configured:
Filter('Order Summary', OrderStatus.Value = "Order Received")
The code is same for each progress. How to enable the auto update for the dashboard created? Do I need to use Automate Flow or not?