I have an Post type with a list of Tags. I’m trying to figure out how to display the list of tags and have each linkable to their respective Tag page. I can print the tags themselves, comma separated (which is what I want). But I can’t figure out how to link to each of them individually. I’m guessing it needs to be a repeating group, but then I guess the question is how to display a repeating group as a comma separated list of values.
You should use a Repeating Group.
Set the page to type Tags like in your DB. And you can have a workflow in the RG tag item to go to the current cell tag page
You cannot really.
It may be possible to use a plugin that adjust the RG width and height so you can put a comma at the end of your text, but not sure if this is the best solution.
Another way could be to use text or html element and have a list:formatted as text and create a url link with the display to the value and the url set to https://yourbubbleapps.com/tags/This tags’s unique id for example