Hi!
I am trying to setup a flow that will narrow down each row record from a data table created by Extract data from web page, but only if the value from the 3rd column matches my specific variable. For example, I am trying to pull all the rows (with the exact text values) that have 'Suzanne Demo' listed as the values in column #3 and then insert those rows into a new data table. So for this example, I would expect to pull the row values with 'Classroom 365' and 'Classroom 35'. When I use the Find or replace in data table action, I only get the row # and column # (see picture) not the actual text values I need. Not sure if I am missing a syntax or if another action is needed.
| value #1 | value #2 | value #3 |
| Classroom 365 | Middle School | Suzanne Demo |
| Classroom 333 | Elementary School | Green Demo |
| Classroom 16 | Middle School | Joe Demo |
| Classroom 22 | High School | Miller Demo |
| Classroom 13 | High School | Miller Demo |
| Classroom 35 | High School | Suzanne Demo |
