Good Morning,
I am semi-new to power apps and I am trying to design an app with 2 drop downs that are dependent on each other, I made a demo list of how my sharepoint is laid out.

I was able to get the first dropdown to show the Column Names (ABCDE,ZYXVW, and PQRST) by doing an Onstart collection, and stripping the headers into their own global variable. Now the second dropdown is the issue, as I have it now if I code in one of the columns for the second dropdown it will show correctly (Unassigned Working Unassigned Unassigned Etc.) going down the column.
My issue is that when I try to use the initial dropdown selection of (ABCDE,ZYXVW, and PQRST) it will only show the first column coded into the second dropdown IF statement. If I select ZYXVW when I have coded ABCDE first in the Items Property it wont show anything in the second dropdown for ZYXVW or PQRST.
I would also like to request help to concatenate the first column (Title) into which ever column is selected in the second dropdown, I was able to achieve it with using a single column.
Using

I thought something like this would work nested into

Any help would be greatly appreciated