Re: Issue in Simple expression with AND operator

2023-09-26 Thread Alexandre Gallice
Hello, Might be XML related, for instance the "&" character is special in XML. One might need to use & instead. hth, Alex On Tue, Sep 26, 2023 at 5:44 PM Yuvarani Anandhu wrote: > Hi All, > > I am trying to evaluate two condition in simple expression tag with > AND/and/&& operator , but gett

Issue in Simple expression with AND operator

2023-09-26 Thread Yuvarani Anandhu
Hi All, I am trying to evaluate two condition in simple expression tag with AND/and/&& operator , but getting compile and runtime error for all , *Case 1*: ${header.id} == '123' && ${header.name} == 'Test' Getting compile time issue "*the entity name must immediately follow the '&&;' in the en