Where to Save User-Defined Names?

I think I have a solution, albeit a bit clunky. Essentially I have a repeating group searching for the Company’s Door Names.

The tricky part is the images are not user specific so I added each door thumbnail image to the RG cell and on the image conditional I said ‘if cells index is 1, then show this image’, and on another image; ‘if cells index is 2, then show this image’ and so on. This way I can show a different image in each cell. The rename input is also inside the cell and renames that cell’s database row.

The tricky part is populating the RG to begin with because this needs to be done for the user. So, I have a button called ‘Load all doors’ which (currently) loads one door. I think I need a backend workflow to create multiple things with one button press and I’ve found a useful answer you and Mike gave on that very topic here Create multiple things with one button press - #8 by mikeloc

This may be a strange solution but I think it’ll do the trick. If I add additional doors in the future I will give the user a ‘Load more doors’ button and simply add them in the same way.