Hi, everyone!
Need some help with UI builder.
I just trying to replicate simple scenario like one in video “First Steps - Developing a Basic App with Database Integration”, but it doesn’t work.
I have tables:
Organizations
persons
Persons_in_organizations
On the page I have a container “person_organizations”.
I’m trying to show all records of table “Persons_in_organizations” in this container.
On the page enter i’ve loading table objects to this container.
https://monosnap.com/file/8iTBPgtmBB1PZDmwCFbsTitoVC2Wdt
In the container I created 2 cells.
First sell shows “description” of the “Persons_in_organizations”.
I set it like this and it works fine, I can see it. https://monosnap.com/file/4WdlpDUyNTc8STgQU0uM0xO8XXK2Ak
But the second cell must look up to another table. It must show “title” of the organization, connected with this “Persons_in_organizations” record.
I make logic like this https://monosnap.com/file/cp1HN9ATV1tUHt3jexwiOM6g1Kwupn
It’s seems correct, but doesn’t works.
Any ideas?