Hello,
I am trying to create an app that allow users to input some selections of things they would like to do, and then the app displays some potential technologies. The users would make their selections here:

I created a large table in Python that contains all possible combinations of choices pre-scored and the technologies associated:
(I can remove commas and stuff if needed)
Now, where I am getting confused is how to compare a given set of selections to the Choices and subsequently display the technologies associated with that Choice. From looking around, it looks like this should be a simple If statement like:

I could see that it could be a Match or MatchAll function as well. But, how do you use Collections as a reference to a table? Can you use a collection as a single set? And, equally as importantly, how do you display output in PowerApps? Is there a show/print type function, or do you have to send results to an Object to display?
Thank you and let me know if you need more info