How can I use OR statement in WHERE Condition under Read Data element?
If I enter two statements in two separate lines like below, it reads as AND.
I need the code to read as OR statement. Is there an easy way of doing this ?
If I enter two statements in two separate lines like below, it reads as AND.
model1.id:{session:create_response.response_ID}
model1.id:{data:response_ID}
I need the code to read as OR statement. Is there an easy way of doing this ?