, , ,

How to refer to the current user in rules

You can use LoggedIn prefix – see the “Instance Prefixes” section. For example,

IF LoggedInLibraryMember.LoginName ='john smith' THEN ...