Activity "Delete Storage File" fail to delete file if there's an ampersand in the file name

For e.g. “image1.png” can be successfully deleted, but “image&1.png” can not be deleted, activity runs without error but file is not deleted from storage.
BTW, I’m using UiPath cloud and orchestrator storage. Thanks.

can you try like replacing the & with &amp

Regards

still the same

can you provide the screen shot how you are implementing?

Regards