Until recently I had an LEI job which performed a data transformation using a formula such as: FIELD EncryptIncomingMail :=@If(@IsAvailable(Owner);Owner;“”)to populate the owner field for a mail-in db document. Every document did not have an owner’s field and if I tried to just pull that field in it would give me either a 1, a 0, or a NULL entry if the field was not found. For some reason this formula does not perform as it did> I’m not sure exactly when it stopped…but if anyone has any ideas I would greatly appreciate it.