I have an image with a list of about 30 markers that need to load with it. I have their X and Y coordinates stored in the database and am using a draggable group to position them on load. This is not markers on a map, so I don’t believe the map element will work.
Is there a way to simplify loading this entire list of markers in their correct position or will each need their own draggable group and workflow? Wondering if there is a way to use a repeating group for this that I’m not aware of.