Referencing another Schema

I am trying to reference another Schema table into Master Schema. Instead of downloading a schema and re-uploading that schema into a dataset is it possible to reference the ID of one schema into another

Hi mudassi,

It’s my understanding that in order to reference fields from another schema the data has to be uploaded as a dataset.
You can then either reference the fields using the “Dataset Column” Type or within an expression using the from_dataset() function:

from_dataset("dataset", "column", join_criteria)