Improve handling of Maps and Lists in Manual Tab

In the manual & variables tabs there doesn’t seem to be a way to select a List or Map item.

Examples:

  1. Global variable is a Map/List of values to be use in test cases, in a test case I want to set the local string variable’s default value to be one of these values

  2. Global variable is a Map/List of values, I want to use one of these values as input to a WebUI.SetText or Verify step

  3. Global variable is a Map, I want to add a value collected from the current test case to the Map from the output of a WebUI.GetText or using a Binary Statement, so that this value can be used for verification in a later test case.

I can work around this using the script tab, but would be nicer to have this handled in the GUI.