I have a SharePoint list like this:
Competencies Engineer1 Engineer2 Engineer3
ABCD 4 4 5
EFGH 3 5 5
And I have a gallery in powerapps like this:
Competencies Current_Level_by_Associate Current_Level_by_Manager ExpectedLevel_For_CurrentRole
ABCD 1 3 ToolTip should show value =4
EFGH 2 4 ToolTip should show value =5
And a collection CheckUserjobDescription which consists of a column Name RelatedCompTitle where logged in users Role is collected for example in my case my RelatedCompTitle is Engineer 2 ,So in this case I want to show tooltip related to competencies ABCD as 4 and EFGH as 5 In ExpectedLevel_For_CurrentRole.How can we achieve this?