1
0
-1
1 answer
- 10-1
Scroll down to write AND/OR conditions manually for complex use cases.
example
(status = 'Approved' AND country = 'US') OR (status = 'Pending' AND country = 'India')
- CF
Thank you.
- fro
You guys are too fast. I was going to mention it was "not possible", which was according to last year's training on SlideShare: https://www.slideshare.net/joget/joget-workflow-v6-training-slides-19-doing-more-with-your-process-design (Slide 12)
HOWEVER, I like Bastiana's answer more – SAVED!
Add your comment...
Hi,
How do I configure the Advanced Form Row Data Binder to achieve this type of condition
conditionA AND (conditionB OR conditionC)
When I add OR, looks to me that it is doing
(conditionA AND conditionB) OR conditionC