I have a library with a Person field, and a corresponding form field. How do I get the form value Promoted to the library record when the form is updated/submitted? I can choose any of the 3 elements of a Person as the source of a Promoted property, and am currently choosing the AccountId, but the value does not appear in the Library record. (I know the value is there b/c it is promoted into a different field, which is of type string.)