You do not use it directly but use this: put the dgDataOfIndex[<index>] of group <dataGridName> into <array> Or you can set it: set the dgDataOfIndex[<index>] of group <dataGridName> to <array> If you need to lookup the <index> use: dispatch "findIndex" of group <dataGridName> with <key>, <data>