I have an app which records fridge temperatures every 5 minutes.
Twice a day, it pulls data from sharepoint and stores it in a collection before presenting it in a chart.
It has 2 columns, Temperature and DateTime
I need to create an alert that sends an email only if the fridge has been out of range 3 (e.g. over 8 degrees) three times in a row.
If the fridge is out of range for 10 minutes and then goes back in range and then out of range 10 minutes later. I do not want it to send an email. I only want it to send an email if it has been out of range 15 straight.
I know how to configure the email but I don't know how to identify when the fridge has been out of range.
Is this possible with powerapps?