Is Filled Condition Problem

  • ldeemiller
    Asked on May 20, 2019 at 3:46 PM

    Hello,

    I'm having a problem with the Is Filled condition. This condition fires correctly when the fields are not filled, but also seems to fire when a field is filled (but not changed).

    If you take a look at the attached form, you can reproduce this anomalous behavior.

    (1) Enter a department for Department 1 and the conditions work fine -- looking up the signatory name and plugging that name into the entry.

    (2) Enter a department name for Department 2 and bad stuff happens. The signatory name is replaced for both Department 1 and Department 2. The same thing happens for Department 3.

    Obviously, the correct behavior is to only update the signatory name for the department.

    I've tried many different variations including changing the order of conditions, replacing the dropdown with a text box, replacing the auto complete widgets with text boxes, etc.

    Any thoughts?

    Regards,

    LD

  • Victoria_K
    Replied on May 20, 2019 at 4:03 PM

    Hello LD,

    I see that every of 3 fields is sending a value to single dropdown field named 'Signatory Name' and only then the value is passed from that dropdown to 3 different fields. I'm afraid, this is the correct behavior of conditional logic. 

    Can you share some more information on how this is supposed to work so we checked for possible adjustments in the logic for your form? 

    From what I can see now, I can suggest to duplicate the Signatory Name field and to use 3 fields so the value was not overwritten.