Form need to pull from multiple tables

I have a form in the UI with a choice component. I want to add another choice component which reads data from another table. I can’t seem to find a way to choose different data sources in the same form. Is this possible?

You can use what we call aggregation. Create queries column in your current context table to get the daba from other tables.

1 Like

It’s okay. I worked out that if I select the column I want to write the data to first, I can select a different data source for the choice component. Thanks.

1 Like

Anytime!