We are getting a workflow error "[2025-01-17 03:49:21] WARNING: Formula function: string\replace, argument 1 should be 'string'. [] []". But, it does say which workflow. I checked all the workflow i have created and none of them has the string/replace function. Please help.
Workflow error but unable to identify which workflow
Collapse
X
-
Tags: None
-
emillod hi, Thank you for responding. In one of the entites i do have a formual which reads as
PHP Code:billNumber = string\replace(billNumber,' ','');
PHP Code:ifThen(!billNumber == null), string\replace(billNumber,' ',''));
Last edited by murugappan; Yesterday, 10:50 AM.Comment
-
If you turn on the DEBUG mode for the log, it should display more. But it will also produce too many log messages which is not good for production. If you are able to reproduce the warnings, consider enabling the DEBUG mode temporary to catch the problem.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment