As an admin i created 2 flows inside a solution:-
1) Scheduled flow which runs on schedule basis.
2) Instant flow which is called from the Scheduled flow
Now the Schedule flow will call the instant flow on daily bases >> send 2 parameters to the instant flow >> and the instant flow will then email the project manager. the project manager review the email info and can Approve or Reject. In-case of rejection, we want the Project manager to be able to manually run the instant flow and manually pass 2 parameters . so my question is what permissions we need to grant the Project manager on the instant flow, so he can manually run the instant flow but can not modify it?
Thanks