Hello,
I had a workflow that had typo in syntax(missing ; or ,) and it was updating non-existing attribute with some text value.
However, now when I want to update any opportunity I am getting error 500 "Attribute name null kontrolaZadostP3 contains not allowed characters."
I was trying to find this attribute somewhere in the database (table of opportunity) but without success. I was not able to find that attribute 'null kontrolaZadostP3' to be able to delete it from the table.
Do you guys by any chance faced this issue and have some idea how to fix it?
Error logs:
Mentioned workflow does not even contain attribute like that and is not updating similar attributes. I have no idea how to fix it and where I am able to delete this broken attribute.
I am attaching screenshots of the error and of the workflow mentioned in the error log as well.
Thanks a lot for the help!
I had a workflow that had typo in syntax(missing ; or ,) and it was updating non-existing attribute with some text value.
However, now when I want to update any opportunity I am getting error 500 "Attribute name null kontrolaZadostP3 contains not allowed characters."
I was trying to find this attribute somewhere in the database (table of opportunity) but without success. I was not able to find that attribute 'null kontrolaZadostP3' to be able to delete it from the table.
Do you guys by any chance faced this issue and have some idea how to fix it?
Error logs:
Code:
[2023-01-24 12:39:18] ERROR: Workflow[625341258e426b55a]: Action failed [updateRelatedEntity] with cid [0], details: Attribute name `null kontrolaZadostP3` contains not allowed characters.. [] []
Code:
[2023-01-24 12:37:21] ERROR: (500) Attribute name `null kontrolaZadostP3` contains not allowed characters.; PUT /Opportunity/638f54033da6d60c0; line: 48, file: /data/7/5/7575340d-2d72-4955-9959-98ec6389749c/crmsys.sk/sub/esmero/application/Espo/Core/Formula/Exceptions/SyntaxError.php [] []
I am attaching screenshots of the error and of the workflow mentioned in the error log as well.
Thanks a lot for the help!
Comment