Unable to Update Column in Remote Table using Fix ScriptIssue The customer is unable to update a column in the Remote table using a fix script. Despite attempting to execute the script, the update is not happening and no errors are being encountered. The customer has also updated the ACLs to allow for this update, but the issue persists.ReleaseXanaduResolution1. Identify if the table in question is a remote table. Remote tables are read-only by design in ServiceNow's Xanadu release and cannot be directly updated using standard interfaces or scripts.2. If the table is confirmed to be a remote table, it is not possible to update it using the described method. Consider alternative approaches that align with the capabilities of remote tables, such as data retrieval.