Hi All,
I have an Asset Verification form I'm working on and I'd like to conditionally include an agreement at the bottom of my form.
To that end I have created a calculated Value control with the following formula "If(isNullOrEmpty(Submitted by),"","I, Submitted by, am submitting on behalf of Current User on Date"
The logic seems sound to me, but when I add this control to the form and then preview it comes up completely blank - nothing. The whole form just breaks and displays nothing.