Random digit from another SCHEMA?

Hello,
iam building table for SQL
after building the first table that I download the generate data from it, I want to build the second table, that one of is Field name and type are taken from the first generated data table one.

how I create the link that it will import random this column info to the second table generate data?

thank you

Hi @dinbaral . Assuming you download the data from schema 1 you could upload it as a dataset so you can then use in schema 2. That I think is the only way to do it.

I don’t think it is possible to link to schema 1 from schema 2 as that would necessitate it triggering and caching a generation of schema 1 in order to populate the field in schema 2. Happy to be proved wrong if someone knows better.