0
Table ID or name
Is there a way to dynamically get the name (or perhaps the id) of a table from a record(formula field) within that same table?
Something like:
let myTableName := getTheTableNameOf(this.ID);
myTableName
1 reply
-
Ahoy I'd love to see something like this as well. Even with fields.
Like for instance:
let str := fieldName(this.YourFieldName)
which would result in str = "YourFieldName"
Content aside
- 3 yrs agoLast active
- 1Replies
- 711Views