Hi Everyone
I'm currently facing an issue while exporting data from a specific table that contains more than 50 columns. I'm using the Export Data Store Entity to Excel plugin, but it throws an error during the export process.
Has anyone encountered a similar issue or found a workaround to export data with more than 50 columns successfully? Any suggestions or guidance would be greatly appreciated.
Thanks in advance!
Discussion posts and replies are publicly visible
Yes you can use a GET Web API and query the data directly. In my example, I parsed the request body only to read an identifier/filter. Since you want to export all rows and are not passing any input, you can skip the body parse and directly query everything, then pass the result to exportDataSubsetToBase64().