Can a UI_Only formula field reference a field from another model?

I have model A and model B. model B has field - fieldB. I am trying to create a UI-only field fieldA which can look at the value of fieldB. fieldA and fieldB are text fields. Is that possible?

Yup. UI only fields have the model lookup function.

How do I do this? Can you point me to any documentation which shows this?

I think I got it. Found the Model_lookup function. Thanks for guiding me in the right direction :slight_smile: