I have a tableTo variable which when I print, equals:
{
["id"] = "glZF9Fz87IgeL6ht8UlMstw898kvVfqKbCyP",
["name"] = "Test product"
}
however ```lua
tableTo.id
I have a tableTo variable which when I print, equals:
{
["id"] = "glZF9Fz87IgeL6ht8UlMstw898kvVfqKbCyP",
["name"] = "Test product"
}
however ```lua
tableTo.id
What? I don’t understand your problem. Please reformat your post.
I think you may have not completed your question fully
tableTo["id"]
Try this instead.