Printing challenge from API.

Good day, I built a form to insert flight details like origin, destination and date to call a third party API to enable me get flight info. It works well. My challenge is that some flights come with different flight schedule, for example, a flight from San Francisco to JFK, can have four different flights, so when i receive the search result it prints only one flight schedule, I’m looking for a way so that it prints different flights schedule for me.

Note: The result prints on a text label. (I was thinking maybe using a repeater, i tried but not working).

Thank You…