Compare user values

DocTrix Forms for Office 365 > How to? > Compare user values

Compare user value in a field on the form with the current user:

user.id === item.userfield.id

or

user.title === item.userfield.value,

where userfield – Internal Name of a field of type User/Group.

Contents