Unable to delete Row from infotable with function myInfoTable.RemoveRow(rowIndex);
let entry = Things["Allied_Entries_SCW1.DT"].GetDataTableEntryByKey({key:"1713786015000SCW1E-AS-02"});
logger.info(entry.rows);
entry.rows[0].versionData.RemoveRow(0);
versionData is an infotable but i am still not able to remove the row with its index. As you can see this is an infotable why i am unable to remove it. any idea please?

<========================================================================================================>
FURTHER TESTING
I am removing row and updating that entry with removing that row but it is removing row at run time means i get what i want as an output but it not updating it in datatable. Anyone has an idea?

