I have a request field that is one that I believe came with WF that I
didn't build. It is a calculation "Requested by Who?" and has a formula
that works on all my request object forms except one. When I add the
field to this wonky form the calculation part isn't populated, so I put
the formula in "additional settings", the same way it is on the other
request forms, and I get an error. What am I doing wrong? Formula:
IF(ISBLANK({Requested By Who?}),Entered By.Name,{Requested By Who?})
Error: Requ...