Hey,
I have tried alot of different methods to ammend this but nothing seems to work unfortunately.
The problem being faced is that alot of my fields are calculated based upon tick boxes to return the date and a users prefered name, all of these are fine:
If(not(Workflow==""), userProfileLookup(Current User, "PreferredName"), "")
If(not(Workflow==""), formatDate(Current Date, "dd/MM/yyyy"), "")
The items are ticked "Recalculate formula on new mode" and "Recalculate formula on edit mode".
This unfortuantely leaves me in a dilemma as I would like for certain fields in the form to be calculated later on as these forms will be loaded over the course of a few weeks and by multiple different users but their names and dates keep updating as a result of the rule being "not(Workflow == "")".
Is there anyway to prevent the rule depending on "Previous Value" or only if the true false status on a check box changes?
Thanks in advance.


