
Announcements
I am using content approval in SharePoint Online list. I want to add Approve/Reject button in view. I used in same way in SharePoint 2016. For that I added a calculated a column and put following code. It is working without any issue, but when I try same code, it is not showing Approve/Reject button, showing code in view.
="<input id=""ViewButton""
onclick=""javascript:OpenPopUpPage('https://xxxx.sharepoint.com/sites/Test/_layouts/15/approve.aspx?List={1E8329C5-F919-47F6-A21A-3B3C225CBF2D}&ID="&ApprovalID&"&IsDlg=1');""
type=""button""
value=""Approve/Reject""/>"
I know we have out of box Approve/Reject in Ribbon or by right clicking on item and select more.
Any idea why it is not working? Is it possible or not in SPO or is there any other custom way to add or display button?
Thanks
Avian
Hi @AvuanDecosta,
I'm afraid you will not get any answer to your question here as this forum is dedicated to Power Apps questions only and you're asking about a feature in SharePoint.