Creating a Child Input or Form

I have two thought’s about this.

  1. If you want the user to select multiple rows or just one single row, then adding a button to the end of your list might be the best way of going about it. Using a modal dialogue with a form in it would work nicely. The nice thing about using New-UdModal is you can put that into a function that is executed on-Click, on-validate or on-submit and with that function, you can pass and validate the variables you’re passing through.

  2. If you want the person to select just one item then a select, or a list of radio buttons would work quite well. You could then present the form similarly to the way I’m doing it here. UDSelect -OnChange create new content - PowerShell Universal - Ironman Software Forums (universaldashboard.io)

I hope that helps.

Keep in mind, I’m by no means an expert. I’m fumbling along learning as I need to do something new. But this seems to fit the question you asked. I’ve done this on a form that shows firewall rules. I’m now doing something slightly different for network zones.