Ok, I am trying to build a very basic social component of my application. All posts are public.
User creates a “post” a post has text and maybe pictures. For ease of use, I want my users to use the multi-file uploader. However the data type is a “file” when uploaded, so I create a “post pic” which is a “list of files”. Here is my workflow…don’t leave yet, my issue is below!
create new post–create new post pic—make changes to step 1 post_images add result of step two.
The confusing thing is in the screenshot that shows the app data, everything is working correctly, there is a “list of images” but they are not displaying in my repeating group.
You said it was saving a list of files but you want to show a list of images. Is your field for that data type set to “list of images”? That may be part of the issue.
But hopping into your app and seeing the debugger would give a better idea.