Access data from another existing table connected by reference field. #732
-
Is it possible to set up a column that can access data from a document in another collection that is referenced from a field in a row in the current table? For example I have an Inspections table that includes a reference to the user in the users collection that booked the inspection and a reference to the property in the properties collection that the inspection is for. Is there a way to use that reference to access the value of a field in the document referenced to populate a new field in the current table? For example, populating a cell in the same row of a new column with the user name from the referenced user document. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think you could do that by making a connector field and adding a cloud function to populate the field using your document id when you update "Property" |
Beta Was this translation helpful? Give feedback.
-
I also this req, can anyone make a guide step by step? |
Beta Was this translation helpful? Give feedback.
I think you could do that by making a connector field and adding a cloud function to populate the field using your document id when you update "Property"