I build item prototype using dynamic indexing in snmp oid field as one of the variable. The snmp oid works fine as I was be able to see the results if I hardcode value in key field of this item. my dynamic indexing looks like this: a.b.c["index","LLDP-MIB::lldpRemPortIdSubtype","7"] where a.b.c is beginning of a snmp oid. I tried following to put in key value with dynamic indexing but does not work: 1.2.3["["index","LLDP-MIB::lldpRemPortIdSubtype","7"]"]. Any suggestion how to use dynamic indexing in key field would be greatly appreciated