I see many variations of what I'm looking, but none that match what I'm trying to do. I'd like to take two lists and combine them into a single gallery. These lists have nothing in common so there are no relationships between them. Think of them as one is the actual data while the other are submissions to be added to the real data once approved.
The request I'm getting is to display both the real data and the submissions in the same gallery (I don't know why they want it this way as this is honestly not the best approach, but I digress). Now the submissions list contains more columns than the actual data does, so I figured this would be the list to build on with AddColumns. The problem I'm having is that I don't know how to simply combine them together, as I'm guessing there's some sort of ForAll that needs to happen and I always struggle with it. Here's the list name and columns I'd like to add to the "Acronym Submissions" list:
List name - Acronyms
Columns - Acronym, Definition, Definition 2, Definition 3, Definition 4
Thank you in advance!