Skip to main content

Why does dropdown form item that is dependent on autocomplete form item, that has a change event, not fire when user chooses a value from the autocomplete list?

Comments

2 comments

  • Christopher Wiebke

    I created a log event first in a subworkflow to populate the dropdown list. When I run the workflow, I can log the value that the user chose in the autocomplete, but then there is no log in the developer tools showing anything happening for the dependent dropdown

    0
  • Permanently deleted user

    Hi Christopher,

    If you add a "Propogate Form Event" activity to the change event, this will help it to work. There are no inputs or outputs for this activity, but it lets the workflow know that the default event handling needs to be changed.

    Thanks,

    Marion.

     

    0

Please sign in to leave a comment.