Setting Datatable Keys


I am trying to set the datatable row key to something else other than the auto generated column of “Row Name”. Example I want to set the row to use a GUID for the key or the struct’s “Name” field rather than “Row Name”. Is this possible or a way to do this?

That row has to be a Name type variable. I am not sure if numbers are compatible with Name format or not.

But to edit the row, you just double click it. Or you can export as a CSV and edit in google sheets / excel.

You can use your GUID as another column and then loop through table to find row by matching the GUID (or whatever form of ID you want to use), if you didnt want to be stucking searching via name.