Table Access Issues

I have a tableTo variable which when I print, equals:

{
                    ["id"] = "glZF9Fz87IgeL6ht8UlMstw898kvVfqKbCyP",
                    ["name"] = "Test product"
}

however ```lua
tableTo.id

1 Like

What? I don’t understand your problem. Please reformat your post.

1 Like

I think you may have not completed your question fully

1 Like

tableTo["id"]

Try this instead.

1 Like