I am new to Power Apps and I have encountered a challenge that I need assistance with. I have two databases: Database A and Database B. In Database A, there is a gallery that displays various items, and there is a column called "LookupColumn" that is associated with the corresponding ID in Database B.
To provide more context, Database A contains columns such as Name, Description, and other relevant details. One of these columns, "LookupColumn," is a lookup field that references the ID column in Database B. This establishes a relationship between the records in Database A and the records in Database B.
The challenge I'm facing is how to retrieve and display additional information from Database B based on the selected ID in Database A's gallery. I want to display columns from Database B that are related to the selected item in the gallery. For example, when I select an item in the gallery with a specific ID, I would like to retrieve and display the corresponding information from Database B, such as columns like Column1, Column2, and Column3.
I have tried different approaches, including using LookUp functions and navigating to different screens, but I haven't been successful in achieving the desired result.
As a newcomer to Power Apps and the community, I kindly request your guidance, suggestions, and examples on the most effective approach to accomplish this task. Any assistance provided would be greatly appreciated.
Thank you in advance for your support and expertise!