Hi,
I created two collections and i was able to merge them into a Master Collection, but the problem that i am having is that the new column i added to the Master collection is not showing me all of the options.
This is what i have on the OnSelect of a button ClearCollect(MasterCollection, AddColumns(planscol, "elevation", LookUp(colID, number = number,number))). How can i establish the relationship, and how to be able to show of the options coming from the ColID collection into the Master Collection?

