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)