Form Rule Data Flow Values Not Exposed?

Form Rule Data Flow Values Not Exposed?

Comments

  • You can map them to hidden fields as you mentioned or you can create a data structure that has the fields you want to output, use a create data step to before your form to create an empty one of that type to have an ID, and then input a string of the data structures ID in your data flow to edit it with the values youre outputting. Then after your form you can fetch it to use downstream.

  • Unknown
    edited November 2023

    We have a form which uses a Form Rule Data Flow to read a truth table and display those values in labels on the form. This flow also returns other values we want to pass long to downstream steps which are not displayed on this form:

    When we try to pass along the Flow Outputs in the above screen shot we don’t see a reference to them in the following step. Are these “Flow Outputs” expected to be exposed automatically or must they be saved in hidden textboxes on the form to expose them as form outputs?

Sign In or Register to comment.