This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Meta data error reference to itself

MetadataModelUITransaction.cpp, 879, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 13750, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 8030, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 10064, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 10124, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 15324, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 14230, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 15109, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
(M-Files 23.10.13060.5 2023-11-13T13:43:54.939Z)

How to fix this error

Parents Reply
  • What is it you want to achieve here? Dynamic values are generally fetched or calculated from a property on some related object or sometimes from other properties on the same object. It does not make sense to look for the property's own value - that would be a loop with no result.

Children