So I have a data type that consist of:
-skill (text)
-sub-skills (text)
How would I be able to display the sub skills separately in a repeating group? I am able to do it with skill easily. What I am currently doing is saving sub-skills as a text and then using regex to split it by commas. That’s as far as I’ve gotten and it just doesn’t wanna print the right data. Any ideas?
That’s close to what I actually want lol! My only issue is when I try to put the sub-skills in a collapsible group it fails. Also is there a way to add the subskills based on main skill name? So like having the enter sub-skills input outside the repeating group (same area as “add new skill” input)?