Forum Discussion

ChrisChris's avatar
ChrisChris
Qrew Assistant Captain
7 years ago

Using User() Logic for efficiency

Hi,

In using the User() function, which, if any, is the most efficient way to express this line?

if(
[Records Owner]=User(),
...
)

or

If(

UserToName([Records Owner]) = UserToName(User()),
...
)

When I say 'efficient', I mean which requires less resources to process?

Chris