Trying to open .ps1 page with populate variable

Hi,
I have been trying to open a page trough a link with a populate variable but I can’t seem to get it to work.

For example I have tried:

New-UDTableColumn -Property Name -Title "Namn" -Render {
. "$UDScriptRoot\Pages\test.ps1 -Test $($Test.Value)"
}

@adam Hi :slight_smile: maybe you can jump in, as far as I can remember, you already wrote the functionality to parse script parameter and have a form as input.
This can maybe easily be reused and you can make a component out of this.

Kr

This would be great! @adam any idés?