We are building an app on the basis of two dataverse tables, each of the table has a column "name" and each name has one row in each table. (each name exists once in each table)
1. So we somehow need to link these two tables (name of table 1= name of table 2)
2. So, when we have an app screen which consists of a gallery (on the basis of table 1) and below a form (on the basis of table 2) the according data of one person gets displayed.
Could somebody help with these two issues?