Use Output From Sub Dialog Flow

Use Output From Sub Dialog Flow

Comments

  • [font=Calibri, sans-serif]Is it possible to use the output from a sub dialog flow in the original flow when you launch that sub dialog flow from a button on a form? The sub dialog flow returns data to the form, but I don’t know how to use that data in the original flow without assigning it to something in the form so that I can attach it to an outcome. I guess I could not use a sub dialog flow to launch the form but it makes the original flow a little easier to manage.[/font]

  • You can either bind the output of the sub dialog to a form component (could be a hidden component if youd like) or save the data somewhere where you can fetch it in the main flow after the main form.

    Hope this helps.

Sign In or Register to comment.