Yes, because of that premium Dataverse, I am using other way.
I have used create an approval action first and then I am saving that response link to my list and then using wait for an approval action.
when I am click on button it's redirect to that approval flow in power automate using launch() as below,
Launch(galViewProposals.Selected.'Approval Link',"", LaunchTarget.New);
but on power automate page I have to select response again.
Is there a way, I can pass parameter in Launch() and on power automate page in response dropdown, automatically select response (Approve, Reject) so user just have to click on submit button.