Hi,
This is my scenario. I have created a SharePoint list called "Camp checkin" with columns child name, Parent name, arrival time and pickup time. In Power apps inside one of my screens have inserted a gallery and edit form both connected to the SharePoint list "camp checkin". The item property of the edit form is set to gallery.selected. I have inserted 2 buttons in the screen one for arrival and one for pickup. Inside OnSelect property of the arrival button
If I click the arrive button it's creating new entry in the SharePoint list with the child name, Parent name and current date and time for arrival. up to this point it's working fine. I wrote the same function for Pick up button and hence If I click the Pick up button it's creating one more entry with child name, parent name and pick-up time. but I don't want to create new record for pick-up. I want to add the pick-up time for the corresponding arrival time. I don't know what function to write inside pickup button.
Also In my gallery I don't want to repeat the child names, Gallery should show distinct values based on child name from SharePoint list. Is it possible? Any help would really be great. Thanks in advance.

Report
All responses (
Answers (