I'm trying to figure out if there's a way using the Custom HTML resource to display a search field that's tied to a particular table in the database for a person to put the name of the server and receive the below output.
I use and have seen used the SWQL custom resource to do this as you can put in a search query directly there.
Examples:
Serials & Version SWQL Search Resource
Building Simple PerfStack Project Lists With SWQL
But if you want to use the HTML resource specifically this may help as well:
Possible to embed SWQL inside of custom HTML
Thank you. Unfortunately the table I am using can not be accessed through SWQL, so I moved my data to the nodes table and was able to build the search window based on the information you gave. Thank you! That worked really well.