Table export produces empty files

Product: PowerShell Universal
Version: 3.2.0

Hello,

On my instance of PSU I created a dashboard from the template (the one with “Create user” form and Get-Process demo table). I noticed that whenever I try to export it, any format produces empty file. I thought it might be because I’m running it in Azure App Service which may lack some COM components to generate the files. So, I logged into demo.powershelluniversal.com and exported a table there (desserts with custom rendering). The resulting file “Custom Rendering.csv” is 8 bytes (4 windows-style linebreaks) instead of the actual calorie count numbers from the table. Am I missing something very obvious?

Thank you!

~Egor

Do you have -IncludeInExport on your columns?

It looks like the demo site does not…

“something very obvious” :grinning:

Thank you very much @adam !