0
userFirstName() possible bug?
I get nothing with a formula using this:
On
Can anyone confirm?
4 replies
-
I can confirm that userFirstName() doesn't return anything. The other user... commands return data.
-
It's a known Bug by Ninox in MacOs App v3.13.6
-
Last Name as well I see
-
You could create your own global functions
function userForename() do let a := split(userName(), " "); first(a) end; function userSurname() do let a := split(userName(), " "); last(a) end
Regards John
Content aside
- 1 mth agoLast active
- 4Replies
- 39Views
-
4
Following