
Announcements
Hi,
I have created a basic PowerApp which in essence allows users to select a piece of loan equipment, enter the dates they require it for which will then populate a gallery list showing only those items that are available for those dates selected.
The user can then select that item and press a Check Out button which takes them to a confirmation page displaying all their details.
I have attached screen shots of the screens and the SharePoint list but am struggling on the code required to get this working.
Any assistance would be greatly appreciated.
Hi @Smudgers9 ,
Do you mean you want to know how to show the details in confirmation page and patch details to SP list?
What is the date type of loaned to column?
What is in the confirmation page?
You can use EditForm to show the details and use submitform function to save the data into SP list.
Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-form
If this doesn't make sense, pleases share more with your requirement.
Best regards,
Sik