It seems I can’t access ‘Current cell’s image’ when I click a button inside of a repeating group with an Image type setting with 1 single image element inside of it.
How do I delete one image from a list of images from inside of a repeating group?
Can’t quite remember how I got around this but I did.
Because you’re technically pulling in a list of image URL’s (not Things in the database) you need to ‘remove image’ from the list being called vs. deleting a Thing in the database. So pulling up the original list:remove item should work.