Yep found it thanks.
Now following on the user inputs has the following Query syntax for the Name Array;
SELECT
array.name AS 'Name',
array.ip AS 'Primary Address',
array.os_version AS 'OS Version'
FROM
storage.array,
storage.array_license
WHERE
array_id = array.id
AND license = 'SnapVaultPrimary'
ORDER BY
array.name ASC
Not sure if I am looking in the correct place. But should be simple to query Array Name and looking at the above syntax (i am no programmer) the code is there. But still nothing appears in the array field as in the screen shot above.
Colin