@Mario - you can create another named formula named CurrentUser
which is set to =if(User().Email.IsNotBlank(), User(), @defaultUser)
- and then everywhere you use user - use your new CurrentUser
formula.
something like this
@Mario - you can create another named formula named CurrentUser
which is set to =if(User().Email.IsNotBlank(), User(), @defaultUser)
- and then everywhere you use user - use your new CurrentUser
formula.
something like this