Hi, I created a RepeatingGroup which allows users to upload an image to each item and enter text, and now I want to save each of the cells to the database so that I can:
- Maintain the connection between text and image
- Re-display them to the user later.
How should I do this? Thanks