Hi,
I'm fairly certain there is a bug in the GUI now.
I often right click in the GUI and choose Copy Path (from tree and map etc.) and until recently that worked every time.
Now I'm getting paths that are just obviously not correct from the second level of the tree down.
The first level of the tree is ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse
Then the second level of the tree and levels not ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResult/ListOrdersResult
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult
And so on.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/Orders/Orders/Orders
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult/Orders
This may have started since the 9 release.
Thanks,
Alex Everitt