Can i delete a Single Cell in a Repeating Group

Hello guys,

I have a Repeating group i am using to fetch Images from the Data Types but i want user to be able to Delete any images of their choice. So i have added an ICON to do this and at the Click on the Icon it should Delete but nothing seems to happen even with MAKE CHANGES TO THINGS function i used

Any help please ???

What are you trying to do? Make changes to something? Or delete something? (if so, a Thing or a File?)…

Can you share some images of your editor?

OK, I’m confused.

It seems your delete button should do the trick, assuming it’s in the RG’s cell. When clicked, the button should Delete a Thing…, where the Thing to delete is the Current Cell’s row.


I want to use that TRASH CAN icon when clicked should delete the image in that Cell

Here is it

I want to use that TRASH CAN icon when clicked should delete the image in that Cell

When you say you want it to delete the image, what exactly do you mean?..

You want to delete the image file from your file storage?

Or, do you have a datatype of Image (which contains an image field), and you want to delete that database entry?

Or, do you want to remove the image from the Image field of whatever Thing is in the RG cell?

Yes. I want to delete the image file from my storage and also delete from that same cell on the Repeating Group. That why I created an option to be able to add more images.

I would put the image and trash can into a group. Make sure the group is defined to inherit the repeating group’s data. Then create a workflow so that when the trash can is clicked it deletes this trash can’s parent group’s thing.


Yes. I want to delete the image file from my storage and also delete from that same cell on the Repeating Group. That why I created an option to be able to add more images.

To delete the file, use a ‘delete an uploaded file action’ and define the file to delete…

To remove an image from the Cell’s Thing’s image field (which I think is what you’re trying to do, although it’s still not entirely clear)… make changes to the current cell’s thing, and set the image field to empty.

If you’re actually talkign about deleting the current cell’s thing, then do that with a ‘delete a thing’ action.