1
0
-1

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

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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')
      1. CF

        Thank you.

      2. 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! (big grin)

      CommentAdd your comment...