how to pass a String into an Array to create a list of the strings.
What I was trying to do was store a list of member firstName, lastName, and ID.
Later I was going to use a list service on the firstName and lastName in order to populate a list component with all of the members in a group.
The embedded fields were an attempt to create categories that I could choose to list later.
As you can see, I need help.