In my Dataverse environment, I have three tables: "Document," "Office," and "DocumentLog." Each table has specific columns such as "document_id," "document_no," "document_subject," "document_receipt_date," "due_date," "office_id," "office_form," "department," "person_responsible," "log_id," "date_sent," "response_status," "form_of_submission," "attachment," and "status."
I have created a screen with a Gallery control that displays selected columns from one of the tables. Now, when I click on an item in the Gallery, I want to navigate to another screen that contains a Display Form. This Display Form should show related data from all three tables combined into one comprehensive view.
I would greatly appreciate your assistance in achieving this functionality. Thank you!