So I have a Table in an Online Excel file, with a single column, called "Column1" - what I want to do:
- for each row in the table
- read the value in column 0 of the row
- if it is empty, do nothing
- if it is non-empty, send it as the subject of an email
So if a Table has 5 rows where column 0 is non-empty, I should get 5 emails, each one with the subject as one of the column 0 cell contents.