Simple Leave Request App for Teams | Power Apps or List Form

Поділитися
Вставка
  • Опубліковано 4 вер 2024

КОМЕНТАРІ • 20

  • @beecee9207
    @beecee9207 2 місяці тому +2

    Thank you Andrew for showing this again! Love seeing Lists in SharePoint!

    • @andrewhess123
      @andrewhess123  2 місяці тому

      Oh yeah those Forms in SharePoint are slick! Thanks for watching beecee!

  • @MrEnvymd
    @MrEnvymd 2 місяці тому +1

    Exactly what I've been working on! Thanks for the timely content, looking forward to finishing this up. 👍

  • @HollowBl4de
    @HollowBl4de 2 дні тому +1

    Thanks for the Video. Just a few questions. I would like to track the total number of days taken for leave of each user as a Colum in SharePoint. How do I also book out the leave in the users calendar? (Example if I want to book them for a meeting I can see the user is out of office or busy)

    • @andrewhess123
      @andrewhess123  22 години тому

      Hi HollowBl4de, So tracking the number of days would need to be a formula you would create when they book. You could probably find a date equation that subtract end date from start date and removes weekends and holidays. A tough one though as most "date math". And so for the second part, my only app that has done something similar was related to the template for "Book a Room" provided from Microsoft... but instead o seeing when the user was out it just would not let them book at that time. Here is that template it's worth a look: www.microsoft.com/en-us/power-platform/blog/power-apps/office-template-book-a-room-now-available/

  • @mw011i
    @mw011i 2 місяці тому +1

    Nicely explained Andrew 👍. I’m enjoying your content and have learned a great deal-thanks!

    • @andrewhess123
      @andrewhess123  2 місяці тому +1

      Thanks so much mw! Hope you can make an ever better app than me 😀

  • @3Voc
    @3Voc Місяць тому +1

    Very nice instruction as always. Thanks! For the Sharepoint intergration to work, all users would need read/write access to the Sharepoint list, correct? Or are the permissions done via the service account that creates the app? Just asking because our users are not allowed to see vacation requests of other users. Only way around would a flow, triggered by the power app I guess?

    • @andrewhess123
      @andrewhess123  Місяць тому

      Yes they would need read/write access to SharePoint this way. You could go to dataverse instead and build security that way. Or like you said, yes, you could use Power Automate instead to write to the list using a service account.

    • @3Voc
      @3Voc Місяць тому +1

      @@andrewhess123 awesome, thanks for confirming!

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 2 місяці тому +1

    Nicely done!

  • @lexnotlaw
    @lexnotlaw 27 днів тому +1

    Hi Andrew, watching this from the UK. Just a quick question. This functionality mostly now exists within Microsoft Shifts which I'm sure you've seen. However, what Shifts doesn't have is a limit to the amount of requests, or lets say an entitlement, nor a tracker which shows the staff what days they have already booked off and how many they have left.
    How easy would it be to create something to show this that integrates with Shifts functionality? is it possible? I am quite a newbie to all of this so your help would be greatly appreciated!

    • @andrewhess123
      @andrewhess123  23 дні тому

      Hey Alexander, good question. I do know there is a connector to Shifts, but I have not used that much. Could checking out these actions in the connector help? learn.microsoft.com/en-us/connectors/shifts/

    • @andrewhess123
      @andrewhess123  23 дні тому

      If you can find a good action from the connector that matches your requirements I bet you could implement something whether in Power Apps or Power Automate.

  • @fanyuan
    @fanyuan Місяць тому +1

    Hey Andrew, would like to check how to do the inverse? Availability Calendar?

    • @andrewhess123
      @andrewhess123  Місяць тому

      Hi Fanyuan, there is an old template that uses room reservations that does this. Would need to reverse engineer that template.

  • @StevenMcKenzie-83
    @StevenMcKenzie-83 21 день тому +1

    how do you make it so sends email to the manager?

    • @andrewhess123
      @andrewhess123  20 днів тому

      Hi Steven, in Power Automate there is a Get Manager action that you can pull in, you just populate that step with the current user email or ID and it will get the managers metadata necessary to send them an email.