Activity on a table

It seems that you can’t carry out an activity on tables? I want to do this:

To carry out a conversation with (T - a table): choose row 1 of T; say "[the sentence entry]"; blank out the whole row.

A few workarounds suggest themselves (create a table variable and set it manually, then carry out an activity on nothing), but I just want to know if it’s possible to write an activity on tables, if there’s something that you need to do various times with different tables.

Try “(T - table name)” rather than “(T - table)”.

Also, it’s “choose row 1 from T” (or “in”, but not “of”.)

(Also, what you’re defining there is a phrase, not an activity.)