Within a row formula, is there any way to access the name or title of either the current table or page? Using the thisTable
object only provides an expression of the rows, and it does not appear to expose any of its other attributes. Are there any other mechanism by which a row formula can derive the name of the table (or page) to which it belongs? Something akin to the following:
thisTable.Title
Including the name of the table would be helpful in providing sufficient context when composing and sharing automated status updates outside of Coda, either as email or Slack notifications. This curious omission is somewhat frustratingly compounded by the edit dialog for formulas including a link to the page in the description of thisTable
: