In my setup, i have Custom State (Image-List) storing images users selected. aka Custom State: MultiPhoto
I have done a count on the Custom State: MultiPhoto and it captures an input each time a user puts in an image (though it doesnt stake if the image is the same, but this is not my main challenge).
I have created a RP to show case all the images in the Custom State: MultiPhoto. When there are only 1 image in the Custom State, the result is good.
However, when i added the next image, both the images are not display. I can see the frame of the photo shown, indicating that there is supposed to be 2 image entries.
I suppose my set up is fine, since it works for single entry. Please advise.