Hello, I want to add half day option in leave request application below is my my code:
Applied leave: "Applied Leave: " & daysdiff+1 &" Days"
Available Leave: "Current Balance: " & First(TotalLeave).Value-First(LeaveSum).Value & " Days"
Current Balance: "Available Leave: " & First(TotalLeave).Value-First(LeaveSum).Value-(daysdiff+1) & " Days"
Add two radio button one with startdate and second with enddate
All value store in sharepoint list via patch function.

Report
All responses (
Answers (