Create a Html from 2 differents Airtable tables

I have a wordpress blog where I publish some events.

I have a table from airtable where some people complete the form and send the information from their event. To do that i search records from Airtable, put the records in a Array with the array ggregator and I iterate the array and I create a html with text aggregator with all the data. In my case I have a Name, a Date, and the image. I have attached a photo.

This is easy for me, but now, I need to show more than one name and another date. Every event have some dates and some names event. To do that I create another table in airtable and I link the main event with these names and dates associated.

I need to put these info in the html that i create but I don’t know how can i do it.

Thx. Sorry for my english.