문제

I'm trying to configure lazy approval in SharePoint Online site using SPD 2013 or using MS Flow. Is it possible? I couldn't find any documentation related to it.

By Lazy approval, I mean, when the approver receives the approval request email, he should just reply to the automated email as Approved or Rejected and his response should be tracked for approval.

도움이 되었습니까?

해결책

You may create a simple Microsoft flow approval process. The approver gets to see Approve/Reject button directly in the email notification received.

다른 팁

This can be done with SPD2013 but it is far, far easier with Flow.

There is not a REST interface for SPD2013 workflows, so you would need to do it with JSOM, which makes it impractical if your desire is to include "Approve" and "Reject" buttons in an e-mail.

Flow does this very well, as mohd said: enter image description here

See Also: Request manager approval for leave requests

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top