Hi All,
I have a SharePoint list in which different travel request are submitted and if request is not approved in two hours I need to send reminder email but I just can't get the formula to add hours right.
I am getting this value from modified column - 2020-11-17T12:53:23Z and I just need to add two hours and need formula for the same.
I have three level of approvals, if request approved at level 1 then check if level approved at level 2 in the next 4 hours else send reminder email, if request not approved in next 8 hours need to send another reminder email and so.
Hence I need to add 2,4,8 hours to modified column of SharePoint list
Please help