I am trying to access the element of a table which is inside a table.
MainTable={Table1={},Table2={},Table3={}}
Table1.is="Bool"
Table1.Name="Bit1".
similar parameters for Table2 and Table3
If I access either Maintable.Table1[is] or Maintable[Table1[is]], it is returning null.
How do I get the value of is or Name?
How I can use pairs in this regard?