Hi All - please forgive my lack of knowledge, this is all new to me. I've been spinning my wheels for a while and am looking for a nudge in the right direction. Any input would be greatly appreciated.
What would be the best approach for the following? I'm trying to take an excel sheet / table and return the full row of data if the following criteria is met, 1) Last Name does not equal Smith and 2) One or more of the Gender, Age & Address fields are blank. So in this example, Paul Adams row would be the only row to be returned (and ultimately formatted in HTML table and sent via email).
I've tried a few different approaches without any luck (likely due to my lack of experience/knowledge of power automate). How would you set this up if you were trying to accomplish the same end goal?
| First Name | Last Name | Gender | Age | Address |
Paul | Adams | | 12 | |
| James | Smith | M | | 1 Main Street |
| Jamie | Collins | F | 31 | 2 Main Street |