web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Leave Request and Excel
Power Apps
Unanswered

Leave Request and Excel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Good day,

 

I am very new to PowerApps like most people that post here. I foudn the LeaveRequest app it is perfect for our small company. I have spent some time now working out all the kinks and changed it to suit out needs and our holidays. (South Africa) .

 

The only issue I have is the info not saving to the provided Excel sheet and or Sharepoint List that I created. 

 

There are a couple of posts on here already with people having the same problem but I just cant get it working. 

 

According to the posts, I need to change the Confirmation Screen - Patch line. THis is the one I currently have after changing: 

(Leave being the name of my sharepoint list and yes, it is linked as a data source)

 

Patch(Leave, If(_editingRequest, LookUp(Leave, LeaveID = GalleryRequests.Selected.LeaveID), Defaults(Leave)),
{
Title: First(RequestEdit).Title,
Detail: First(RequestEdit).Detail,
StartDate: First(RequestEdit).StartDate,
EndDate: First(RequestEdit).EndDate,
LeaveType: First(RequestEdit).LeaveType,
Approver: First(RequestEdit).Approver,
Status: First(RequestEdit).Status,
Requester: First(RequestEdit).Requester,
LeaveID: GalleryRequests.Selected.LeaveID

}
),

 

 

The above changes dont seem to work. I get the follow error (see attachment)

 

Please can some show me exactly how my code should look to use the EXCEL sheet provider or alternatively to use the SP list. 

 

THanks

 

Annotation 2019-06-12 083124.jpg
Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    So, the very first obvious thing that I see is that you end your Patch with a comma.  That should be removed.  But, I believe that perhaps was just a typo?

    Next question (if that's not the problem), are you using Excel or SharePoint?  If you've converted over to SharePoint, then what are the definitions of the Columns in your list?  You need to make sure that you are putting the proper data types into the corresponding columns in your patch.  And, if you've created some of those columns as complex types (person column, lookup column, choice column, etc.) then there are other provisions that need to be made in your Patch statement.

     

    Take a look over that and see if that leads to any revelations. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Randy, 

     

    thanks so much for the response. 

     

    Ok, after I posted, I decided to start fresh again. I deleted the app and data and started from the top. 

     

    Currently, I am using the default Excel sheet that the app provides. I then figured out how to link the App to the excel sheet instead of using the built in Collection. 

     

    THe problem I am currently struggling with is sometimes it works (saving into the excel file) and other times - Like now, it doesnt want to. The App funtions with out any errors.

     

    So on the ConfirmationScreen - OnVisible, I have this:

     

    If(_editingRequest,
    //if editing a request, revise the record that is being edited
    Concurrent(
    Patch(Leave, GalleryRequests.Selected,
    {

     

    Leave being the Tab inside the sheet. 

     

    earlier, I went alll in and found all LeaveCollections and replaced them with the Leave, now I cant remeber where they all are so its difficult. Is there a "replace" funtion that I dont know of maybe lol? 

     

    You can see in the attachments that there are no known errors in the code anymore. 

     

    Thanks again

     

    Annotation 2019-06-12 155956.jpg
    Annotation 2019-06-12 155839.jpg
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi, ok I fixed the Excel link and it is saving the data. 

     

    Now i need to get the balance sheet to work 😞

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    So it sounds like you are making progress.  Just post back if you get stuck again.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard