-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Rule - Smart Values
-
Minor
Duplicated ticket from the Code Barrel instance
Code Barrel ticket: https://codebarrel.atlassian.net/browse/AUT-2423
Issue Summary
We currently can't use functions such as {{ number(myCustomVariable) }}, since the custom variable won't be coerced when used as a param.
Example: foobar.substring(count,15)
Steps to Reproduce
Expected Results
You should be able to use Automation Variables inside functions.
Actual Results
The Automation Variables aren't considered on functions. The Automation reads it as a string, like the myCustomVariable was the text, for example.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available