Open
Description
I have a dynamic object name which generated dynamically and which consists of reserved keywords
get_requested_for = create_ticket_for_user.output.result["RequestedFor"]
MVEL is throwing invalid expression error
Reason: the object "create_ticket_for_user" consists of "for" keyword and in the inner object result also consist of "RequestedFor" key. What is the solution to skip the validation in mvel expression validation. how to neglect the Reserved keywords in MVEL expression.
Use case scenarios:
if I use below keywords the expression validation fails:
- for
- while
- until
- system
Is there any solution exists?
Metadata
Metadata
Assignees
Labels
No labels