Delete button to reset Image Uploader in a Popup

I have a popup container called Popup Student. In the popup is an image uploader called Image Uploader Avatar [Popup]. I have a workflow that triggers when the image uploader value is changed. When that happens, it sets a custom state called Avatar to the value of the picture uploader.

Below the image uploader I have a button called Delete Avatar [Popup]. I have a workflow that triggers when the Delete button is clicked. When that happens, it sets the custom state Avatar to be null and then resets relevant inputs:

For some reason, this is not clearing out the image in the image uploader. Am I doing something wrong? It was working well a few days ago, and somehow it isn’t now. I must have changed something, but I can’t figure out what is wrong.

This topic was automatically closed after 70 days. New replies are no longer allowed.