Hi, within the PowerApp I'm pulling other list data successfully based on a drop-down of "Company". No issues. Works great.
First(Filter('Company', Company_x0020_Name = Dropdown_Company_Selected.SelectedText.Company_x0020_Name)).Industry.Value
From the screen, the company card displays the company name fine. I named the field "DataCardValue_Company_CompanyName". From the "Company" list, I would like to pull down the details similar to the one on top. The big difference, to me and its functionality, is it is not a drop-down, it's just the card value.
Any insight would be appreciated.