Skip to content
thisTable.Created() always returns Parent table's created() dateTime
  • Pages
    • Example
    • Use Case
      • DB.Projects
        • Project 8
      • DB.Tasks
      • duplicatedPageTemplate

Example

Calling thisTable.Created() in a column's NewValueForRow always returns the Parent table's created() dateTime
Table
thisTable.Created()
10/12/2021 7:15:53 PM
There are no rows in this table
Table1.created() =
10/12/2021 7:15:53 PM
View of Table
thisTable.Created()
10/12/2021 7:15:53 PM
There are no rows in this table
View of Table.created
10/12/2021 7:17:10 PM
However, when specifically targeting each table via a canvas expression, the created() date is unique to the table.
Maybe this is because the column belongs to the parent Table object, and not the view of table object.
It does present a challenge in my specific

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.