Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 208 Bytes

File metadata and controls

12 lines (8 loc) · 208 Bytes

Formula > Functions > Env

env\userAttribute

env\userAttribute(ATTRIBUTE)

Returns ATTRIBUTE of the current user.

!!! example

```
env\userAttribute('id') // an ID of the current user
```