Hello,
First and foremost, I am very new to PowerApps and SharePoint lists, so bear with me if certain things are obvious or seem lacking in effort on my part; I assure you I am trying my best..
I'm working on a PowerApp which uses SharePoint lists as its primary data source. In my SharePoint list, I have various items that contain a start and end time in a Date/Time format. Within my power app, I would like to be able to check if a certain date/time would overlap with any of the start and end times in my SharePoint list. So, if I have 01/01/2019 1:00 AM, any item in my Sharepoint list that has start and end times that the above date would fall under would be obtained and stored in a collection of some sort.
I have some vague ideas on how I could approach this, but as a whole, I am fairly lost. If anyone could put me in the right direction I would very much appreciate it. I am assuming I would need some sort of loop to be able to iterate through the SharePoint list, but I'm not sure if PowerApps has this kind of functionality. Maybe using a Flow action would help with this, but I am also not too familiar with flow either. This is my very first app, so any advice is appreciated.
Thanks again.