Display Tags based on Previous Selected Tags from a Data Collection.

I hope this explanation is a little better to understand.

I have a Collection with data from a form users filled to create a Dynamic Page. In the Form the users selected some tags from about 90 options.

In the dynamic page, created from the form, I want to display the selected tags (not all 90, but only the tags that were selected and stored in the collection) these tags would then be used by the user to filter a repeater element in the dynamic page.

I’m looking to be pointed to the right direction in terms of wixcode to Display the tags from the collection field and use them as a filter to a repeater.

Example: the user selected 15 out of the 90 tags in the form to create the dynamic page. In the Dynamic Page I want to ONLY display the selected 15 as options to filter the repeater .

**This Tag options would vary depending on who the logged in user is.
I hope that explains what I’m trying to do. Thank you for your help and patience.