How to show category name in list of items in repeating group

I have a repeating group on my page that displays a list of items, the item category and the quantity of each item like so:

image

image

I am trying to display the catergory of each line item only once at the top so it looks like this:

image

How can this be achieved? So far, I have current line item category above current line item name ,which gets me this result:

image

You need a repeating group that has a data source of all the categories. Then in the cell of that repeating group put another repeating group that has a data source of each item for that category

This topic was automatically closed after 70 days. New replies are no longer allowed.