OR condition in activity not working for 2 condition in when
Param.BookDate !="" && (.Status==" Tagg" || .Status=="Complete")
Hii,
I am facing one issue in activity when condition considering the above expression.In above expression it is evaluating only Param.BookDate !="" && (.Status==" Tagg" ) but second or condition is not working.
NOTE: Enable conditions before this action(checked box is checked for this condition).
Please help me to solve this issue.