I’m pretty sure you cannot do it using any kind of display of the RG’s output.

I’m not sure this will work, but give this a try:
Add a custom state to the page called something like orderTexts. Make the custom state of type text and make it a list.
Then add a workflow that whenever the user adds an order item, add a workflow that adds the “Quantity Item Title” to the custom state orderTexts.
Then you should be able to just include custom state orderTexts in your text display.

1 Like