Final answer:
To automate filtering specific descriptions in an Excel sheet, extracting corresponding data, and organizing it into a table for email sending, you can use Power Automate.
Step-by-step explanation:
Power Automate Flow to Filter Descriptions in Excel
To set up a Power Automate flow to filter specific descriptions from an Excel sheet and extract corresponding names and numbers, follow these steps:
- Create a new flow in Power Automate.
- Add the 'Excel - Get rows' action and select the Excel workbook.
- Use a 'Filter array' action to filter rows with descriptions 'Submitted homework' or 'Absent'.
- Add a 'Select' action to extract the desired columns (Names and Numbers) from the filtered array.
- Use a 'Create HTML table' action to organize the extracted data into a table within an email.
- Add the 'Outlook - Send email' action and provide the email details.
- Save and test the flow.
This Power Automate flow will filter the specified descriptions from the Excel sheet, extract the corresponding data, and organize it into a table within an email for sending.