How to print collection in embed(HTML) element?

I have a collection list coming from Xano, and it includes a field that returns a paragraph string. When I bind this collection data to a paragraph element, it displays the full paragraph. However, the paragraph contains some URLs. I am able to extract the first URL, but the limitation is that when I bind that URL to an element, it applies to all paragraphs. I want to extract all the URLs from the collection data and use embed to add tags so that each URL becomes a separate anchor tag.

It seems like this could be achieved with other native weweb elements, can you post a screenshot of what you’re trying to do along with the data from XANO?