Hi @Sakthisp87 ,
If you're using a Power App triggered instant flow, then you can pass the item url from the gallery to the flow and then use that link in "Item Link" input of Approval action.
FlowName.Run(Gallery.Selected.'Link to item')
In case it's a SharePoint item modification or creation trigger, even then you can access the item url using the 'Item Link' property.
Hope my assumptions are true and this helps 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.