
Announcements
Hi,
I have a screen with request gallery on left and edit form at right. The approver is able to approve/reject from this screen. Once approve/button is clicked, I want to let the screen to refresh so that the approve/reject button can be disappeared but the action have to go through power automate so it takes time for the sharepoint list to be updated, which means I can't just include Refresh(sharepoint list) in my approve and reject button. Therefore I added a timer and hope that when approver click on approve/reject button, the timer will start to count and refresh the database.
But the timer only run on the first time I click on the approve/reject button, when I try to approve for second request, the timer won't start.
Pls provide me with the solution for the timer or any other solution to make my approve/reject button disappear/disable when approve/reject action has been taken.
timer:
onselect property of approve button:
Thank you.
Hi @Anonymous ,
Try adding on the OnTimerEnd property:
Set(startTimer, false)