$Item = $Body | ConvertFrom-Json doesn't work in Framework 3.1.6

Hi there,

if I upgrade / change the Universal Dashboard Framework from 3.1.1 to 3.1.6
then I can’t get the the values of a selected row in UDTable with
$Item = $Body | ConvertFrom-Json

if i downgrad to 3.1.1 everything works fine. Does someone else have these problem?

Product: PowerShell Universal
Version: 1.4.9
Framework UD 3.1.6

We had an unintentional breaking change in the table between those two versions. Try using the $EventData variable.

$Item = $EventData
1 Like

1.4.9 and 3.1.6 are the currently released latest versions. 1.5 is still only in nightly builds.

sorry my bad, im working on the latest, all the time its like alwaysthe current version for me

1 Like