Forum Discussion
anonymous9376
May 05, 2022Brass Contributor
Leave Request System in SharePoint
Hi, I need to develop a Leave Request System similar to this video, https://www.youtube.com/watch?v=5DfW8yT-4NA However, that video only shows a demo of how it works but not how to develop it. Can I...
RobElliott
May 05, 2022Silver Contributor
anonymous9376 that used a set of paid 3rd party tools from Infowise, so it wasn't with out-of-the-box SharePoint functionality. And it's now quite an old video.
We now have Power Apps where, if it's one of your Office 365 apps, you can develop a full leave system with no/low code. But there is quite a learning curve with Power Apps as well as needing to know a bit about SharePoint. Reza Dorrani has produced a Power Apps Leave Request video at https://www.youtube.com/watch?v=0U5jax-zMIc and April Dunnam has also done one at https://www.youtube.com/watch?v=S-YUearXrBA. I also highly recommend the videos on YouTube by Shane Young, for example there is one on getting started with Power Apps at https://www.youtube.com/watch?v=kA5xUtrM6bo
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
- anonymous9376May 05, 2022Brass Contributor
Hi RobElliott, thank you for your reply. I have used Power Apps to develop Leave Request but only halfway because my organization decides to use SharePoint for the system, similar to the video I posted earlier. Do you know how to do the leave request system without any 3rd part tools in Sharepoint using the site and customizable web parts?
Thank you.- SteveKnutsonMay 07, 2022MVP
anonymous9376 to do this using SharePoint and Power Automate (no premium connectors required, so you can use the license included in most subscriptions - Business and Enterprise plans)
Do something like this:
- Create a SharePoint List with the columns you want to capture for the leave request - leave type (choice list), start and end dates, comments, leave approval status
- Create a Power Automate workflow to run when an item is submitted - creates an approval request for the manager
- Once approved, update the List item to set the leave approval status
- Email the requestor with the outcome of the approval
- Email Payroll with leave details
- Create views so Payroll can see approved leave
I hope this helps point you in the right direction
- MoAlsalmanFeb 06, 2024Copper Contributor
SteveKnutson what about integrating power apps with that too, like having the employee submit the request through the app which triggers the automated flow?