Export CSV - Error

Hi,

I found the issue: my project name contained slashes (“/”), which aren’t supported in CSV file names. After removing them, the CSV export function works without errors.

So all good now!

Thanks