Hello!
I have two SharePoint lists:


And I would like to combine them using a common column name 'Title' and 'Date'.
Example:

How would you create an array containing only two columns (Title and Date) that is a combination of the data of two tables.
This is what I got so far but I got an error most probably because the column names are different.

Thanks so much for the help!
Adrian