cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Expression for Validator and Expression

Expression for Validator and Expression

Hello,

I am not sure if this is a common issue also faced by other developers, but I would like to suggest a improvement feature for writing an expression for Validator and Expression widget.

Currently the expression is validated by string match for keywords like 'for', 'if', 'else' etc. So if I try to use a expression like 

result = !(formValidator);
//where "formValidator" is a configured parameter for the widget which takes inputs from any service

then is this case the expression is not inserted and its validation fails. So I have to change the name of the configured parameter to 'frmValidator' or something else. This happens because the word 'form' contains keyword 'for'. It would be nice to have if we can handle these cases in a better way.

1 Comment
olivierlp
Community Manager
Status changed to: No Plans to Implement

Good idea, but no current plans to implement