Can I show a related field in a form, without having a field for it?
Can I fetch and display the value of a field from a related form, without actually having to have a field to hold the data? This would be in On Edit, On Load
example:
fetchPerson[ID == input.person];
show fetchPerson.Email;