What are Flow Structures?

What are Flow Structures?

Comments

  • Im not sure what flow structures are and what they are good at. Could someone help explain?

  • To broadly answer your question, Flow Structures are great when youd like to organize data, but would not like to store it in the database. Example use cases of this could involve the return of an API call. The Flow Structure structures the data for API formats, but after retrieving the desired data from the call, youd want to map it into a different data structure to save it.

    If you havent read it yet, I recommend our [url=https://documentation.decisions.com/v7/docs/creating-simple-flow-structure]Creating a Simple Flow Structure[/url] article for more information about how to set this up, its limitations, and its perks.

Sign In or Register to comment.