Help with Datastructure Issues
What are Flow Structures?
Fresh Cut Grass Posts: 65
11/23/2021
|
I'm not sure what flow structures are and what they are good at. Could someone help explain?
|
|
+1
link
|
amber.blanton@decisions.com Administrator Posts: 72
11/23/2021
|
To broadly answer your question, Flow Structures are great when you'd 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, you'd want to map it into a different data structure to save it.
If you haven't read it yet, I recommend our Creating a Simple Flow Structure article for more information about how to set this up, its limitations, and its perks.
|
|
+1
link
|