Data Flow Outputs Correctly Doesn't Populate Form

Data Flow Outputs Correctly Doesn't Populate Form

Comments

  • While testing a data flow I have on a form, it outputs data into a test form I created inside the data flow no issue. I ran the parent flow containing the form with the data flow, and again with the test form disconnected however the data flow did not populate the form, which is to be dynamic and change value based on other selections on the form. Ive ensured that my data flow is configured properly however I cannot get data to populate my CSV Editor. Please help!

  • When you add a form to a flow, it adds a tag to the flow that indicates that the flow contains a form. This tag inhibits the flow from being ran as a data flow. Remove the test form from your flow entirely as disconnecting it will not remove the tag- and that should resolve your issue.

Sign In or Register to comment.