Hey everyone,
I am working on a dashboard using PowerShell Universal & want advice on improving how I handle user input. I have set up a basic form with a couple of text fields and a date picker—pretty standard stuff. The idea is for users to input a username and a date range, then the dashboard runs a script and shows some data in a table.
It is functional, but not very smooth. Sometimes the table does not update unless the page is refreshed & I feel such as the overall experience could be better. I have heard people mention using Set-UDElement
or other dynamic components to make it more responsive—any tips or examples would be awesome.
Also, I am looking into building similar dashboards for internal teams that also use other tools such as Jira so I have been going through some jira online training just to understand how workflows translate. Hoping to bring some of those ideas here. Also i have check this The Best Ways to Use PowerShell Universal to Manage Huge Dashboards still want to know more.
Thank you…