Telegraf OPCUA group nodes configuration not working

This is the configuraiton for OPCUA group nodes from telegraf

[[inputs.opcua_listener.group]]
name = "opcua_listener2"
namespace = "6"
identifier_type = "s"

##default_tags = { tag1 = “value1” }
##sampling_interval = “2”

  nodes = [{name="node1", namespace="6", identifier_type="s", identifier="::AsGlobalPV:gIoT.Order",}]

my requirement is to subscribe to all the below tags tat comes under Order

image

h