Remove special characters from attachment?

Unfortunately, that doesn't seem to resolve the issue.


Hi @robn,

My bad. You also need to use .file instead of .name to get the filename:

spch.test(value[i].file)

Thank you @IliaLazarevskii, that has fixed it!