Combined conditions

Issue #8 new
Former user created an issue

Currently, there is only one condition that can be evaluated. Allowing the user to combine conditions would be very useful.

Comments (1)

  1. Scott Chapman

    If would be great to have multiple conditions met to perform a task,

    like

    VariableA = false AND VariableB matches \sometext\

    should be able to add in multiple conditions via WebView and then chain the conditions with AND/OR type logic

  2. Log in to comment