Hi team,
Using VisualCron 8.3.3 and 8.3.1 the "{LOGIC(If|String" formula with operator != returns the test string from the first parameter rather than one of the values from the last two parameters. This happens regardless of whether the strings match. So for example:
{LOGIC(If|String|Test string|!=|Test string|String is not matching|String is matching)}
Returns "Test string"
{LOGIC(If|String|Test string|!=|Test strings|String is not matching|String is matching)}
Returns "Test string"
I would expect these examples to return "String is matching" and "String is not matching" respectively.
Thanks,
Stefan
Edited by moderator
2020-01-16T09:28:46Z
|
Reason: Not specified