subdialog flow triggering visibility rule

subdialog flow triggering visibility rule

Comments

  • Is it possible to trigger a visibility rule with the output of a sub dialog flow?

  • Yes, but not directly. Ive attached an example of how to do this. There are 3 main components: a checkbox, a sub dialog button, and an image. I set the sub dialog flow to take input from and output to the checkbox. Once that checkbox value is changed, it triggers a visibility rule to show or hide the image depending on the checkboxs value. The big thing to watch here is the dataname for the boolean. It has to match exactly across all flows and components to work.

Sign In or Register to comment.