Look up any property in a related database (without a rollup)
Type
Relations
Look up any property in a related database (without a rollup)
prop("Project")
.map(current.prop("Owner"))
This formula is used in a “Tasks” database with a relation to "Projects”. It looks up the “Owner” of a Project in the “Projects” database and shows the result in the “Tasks” database.