Every day we receive an Email containing an Excel file, using Flow I am saving on my one drive for business.
Now I want to create a flow to fetch the row information into MS teams
| Array Name | Raw TB | Usable TB | % Allocated | Remaining Alloc |
| Sample_1 | 193 | 210 | 90% | 17 |
| Sample_2 | 194 | 210 | 90% | 16 |
| Sample_3 | 190 | 210 | 88% | 20 |
Whenever someone from the MS team looking for the information of Sample_2 it should be displayed.
| Array Name | Raw TB | Usable TB | % Allocated | Remaining Alloc |
| Sample_2 | 194 | 210 | 90% | 16 |
Can someone help me with how to create the flow?