Hello So i have a data type of service whic collects multiple list items into name and price respectively.
i would lie to display one name then one price then the next name and next price .
I have tried nested repeating groups and its still spits out 1 row conaning te entire list
The service name is filled by the users selection from the option set an the pricedisplay also.
So the workflow of a button creates a new service and adds the list from the custom states on the page
Hey, I was able to acieve the seperation by unchecking the multiple enty option. When I was creating the Sfields: Sname and Sprice, I trried to feed in data as lists …Instead I made them single entries and when rendering I set up constraints , and it works perfectly now, Thank You