I've successfully set up a process where I receive around 10 to 15 emails daily, each containing an Excel attachment. My initial action is to save these attachments onto OneDrive, a step that is facilitated by the "When a File is Created" trigger.
Subsequently, I proceed to structure the data by creating a table within the Excel file. The columns of interest to me are "level1status" and "level2status". Both of these columns contain entries that could be either "success" or "failure".
Here's where the additional step comes into play: I want to introduce a scenario where if a "failure" is identified in either the "level1status" or "level2status" columns, an immediate email notification is triggered. This email should contain the exact Excel file as an attachment, allowing for a swift and efficient examination of the issue at hand.


