New-UDTable -LoadData error in Powershell Universal 2.1.2

New-UDTable server-side processing example throws an error in the new error toast messages
Cannot bind argument to parameter ‘InputObject’ because it is null.
I guess because it expects New-UDTable -Inputobject, but the example uses -LoadData instead.
Anyway the table shows the data correctly so it is enough if I hide that toast message. where do I have to put the DisableErrorToast parameter? Neither New-UDDashboard nor New-UDTable offer that parameter

Product: PowerShell Universal
Version: 2.1.2
1 Like

This parameter goes on the New-PSUDashboard command in dashboards.ps1 within the .universal folder. I’ll open an issue for this though as others have reported similar issues about this message popping up.

1 Like

new versions don’t show error anymore, but if SQL query result is empty, table shows progress bar forever
it is worse when filtering by a field, where table start filtering rows until it freezes with last non-empty result