| Step Details |
| -- |
| Last Modified in Version | 9.29 |
| Location | System > Advanced > Studio |
Create Flow Structure creates a Flow structure using a step instead of utilizing the UI.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Entity Folder ID | Enables Users to specify the Entity Folder ID. | String |
| Fields | Enables Users to specify the fields of the Flow Structure. | -- |
| Structure Type Name | Enables Users specify the name of the Structure Type. | String |
| Type Name Space | Enables Users to specify the Structure Type Name Space. | String |
Outputs
| Property | Description | Data Type |
|---|
| Flow Structure | Outputs the created Flow Structure. | SimpleFlowStructure |

Example Inputs and Outputs
Inputs:
{
"Structure Type Name":
"Type Name Space":
"Entity Folder Id":
"Fields": [
Outputs: [
0: {
[
{
"path": "Done",
"data": {
"Flow Structure": {
"IsLookupList":
"StorageOption":
"IncludeDatabaseMarkups":
"DataTypeName":
"DataTypeNameSpace":
"DataTypeDescription":
"ManualIndexManagement":
"Cache":
"GenerateEntityServiceFor":
"AddAction":
"DeleteAction":
"EditAction":
"AuditChanges":
"EnableBatchLoad":
"TemplateForType":
"TemplateForService":
"CanBeBaseType":
"LookupListCategory":
}
}
}
]

Step Changes
| Description | Version | Date | Developer Task |
|---|
| Added a new Create Flow Structure step that creates a Flow Structure using the Step instead of UI. | 9.29 | July 2026 | [DT-046881] |