
Hello!
I have two tables.
The main table X contains customer information (Through multiple different edit forms, I input new data into the table / DV).
The secondary table Y contains additional information about the same customers and is linked via selectedID / LookUp fields to the main table.
When I want to open a detailed view of a customer from Gallery 1 (Table X), Gallery 2 (located within an EditForm) consistently displays the same results for every customer. How can I connect the information so that when I click on a customer in Gallery 1, on the next screen I GET the correct information about that customer in Gallery 2?
Gallery 2 is otherwise represented in the form of a collection (selected Flow results).
Thanks.