I am building a Model Driven app to replace a solution built using Sharepoint previously. In Sharepoint, I had a list called "Client Requests" that our client team used to log various requests. All users could keep this list open at all times in the browser, and when one user creates a new list item, other users would see the request automatically without having to manually refresh anything - it just somehow happened in the background.
In my Model Driven app, if a user is using a view tied to a Dataverse table, and another user adds a record to that table, the other user will not see that new record until they click the Refresh button on the command bar. Is there any way to have Power App views automatically show new records to mimic how Sharepoint lists work?