Hi!
I have an if formula that returns the current user and date when specific check box is checked by a used
below is formula
IF((Post 2 Pellet visual qual trainer==true), (userProfileLookup(Current User “PreferredName”)+"
*+formatDate (Current Date, "MM/dd/yyyy"),””)
my problem is, when a different user goes to edit the form, their name overrides the original users name, so now there’s no way to know who checked the box initially.
is there a way I can edit the formula so that once the field is filled, it won’t override with another users name?