- Status changed to Active
12 days ago 5:14pm 25 June 2025 - 🇮🇹Italy maurizio.ganovelli Arezzo
I got into this issue too and after a bit of debugging i found that the cause could be the query access check set to TRUE by default in WebformSubmissionExporter class (at line 298, used then at line 958).
A quick and dirty solution is to add a line of code in the WebformResultsExportController controller$default_options['access_check'] = FALSE;
right before line 105.
I think that an user that has already access to that interface should be able to download all the submissions listed but i'm not sure if this could have some unwanted side effects.