I have two lists that each have a column that is the same type of data. One list is for submissions and the other is for approved submissions. I have a gallery that shows the actual data and the submissions together, but without these being in the same column I can't sort them properly.
Example:
List 1 - Approved submissions AKA the actual data
List 2 - Submissions awaiting approval that will be added to the actual data once approved
Desired outcome:
How would I go about doing this?