Hello-
If the value of the "status" column in a particular Excel table is "complete" I'd like to collect the "Name" colum value and send it in a notification email, etc. I've connected to said table, but I'm not sure how to start to interact with particular cell values: I see "values" generically as the objects collected. Given that the rows I've "got" contain these columns, how do I run the logic: if "status" is "complete" add "name" to array? Thanks for your help.