I have a field "activeUser", where I want to output the current user`s ID, so I used the formula
But as whatever user I log in, it always outputs user ID 1 (admin)
Code:
activeUser=env\userAttribute('id');
Comment