I have 2 lists and I'm trying to filter one of them based on another and then join the filtered column to the LIST 1 to create a HTML table. I'm comparing Question ID column of two lists.
The lists have the following structures:
LIST 1 (Answers)
Checklist ID Question ID Answer
LIST 2 (Question's item and its ID)
Question ID Question
This is my flow:

What I wanna do is to join question and answers on the same table. I don't know how can I compare If an item matches the other to join the tables. The final table should have this structure:
Question ID Question Answer