I am currently building a PowerApp which consists of 2 screens: an overview screen with a gallery and a detail screen where users can preform actions on the record.
The data is coming from a Dataverse table which holds requests from clients, filled through Azure Portal. In the details the users have 3 actions they can take, they can approve a request with a start and end date of the approval, they can decline a request and they can re-assign the request to a different team / business unit. These actions all work and do as advertised, the re-assignment is done through calling a PowerAutomate flow and waiting for its response before navigating back to the overview page.
Here we are currently running into the issue that despite the users being able to re-assign the Owner column and having proper security roles set on the AD Group reflecting this, when they re-assign a record the item still stays visible in the Gallery on the overview page. Even though there is a "Refresh(DV_Requests)" set in the OnVisible of the overview page, this still remains the case.
Is there some way this could be avoided without adding too much delay on the PowerAutomate flow or adding many components to the Detail screen?