Struggling with Repeating Group: Cell showing all items from list

I am creating a new thing from an API response, and all fields are set up as a list of things:

When I want to show a list of things in a repeating group, the only way I can make it work is like this:

Without addint the expression Converted to List, it does not work.

Or by doing a search and adding a constrain:

My Repeating Group set up:

My text setup:

And the dreadful outcome:

If iI choose a specific Data Fiel, and choose the Data Type as text:

Help!!!

It is not clear how you want them displaying …,. vertically?

It seems like you’re facing an issue with displaying a list of things in a repeating group from an API response. Here’s a possible solution:

  1. Ensure Correct Data Type for the Repeating Group: Make sure that the data type of the repeating group matches the type of data you’re trying to display (e.g., list of images, list of text, etc.).
  2. Using “Converted to List”: If your API response returns a list of items, you’ll need to use the “Converted to List” expression in your setup to ensure that the repeating group treats the response as a list.
  3. Search with Constraints: If you’re using constraints with a search, make sure that your search setup is correctly filtering the data as needed. You can filter your list by the constraints you need before passing it into the repeating group.

If you still have trouble, double-check that the field names and data types match exactly what is returned by the API.

I want them displayed one item per cell, because ideally inside the RG I want to show different data imputs: Supplement, reason, Daily Intake, etc…

That will indeed show every item in a line, however it’s not one item per cell…