Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Scroll down to write AND/OR conditions manually for complex use cases.
example
(status = 'Approved' AND country = 'US') OR (status = 'Pending' AND country = 'India')
Thank you.
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!
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