Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Create Flow Structure

Prev Next
Step Details

--
Last Modified in Version9.29
LocationSystem > Advanced > Studio

 Create Flow Structure creates a Flow structure using a step instead of utilizing the UI. 


Properties

Inputs

PropertyDescriptionData Type
Entity Folder IDEnables Users to specify the Entity Folder ID. String
FieldsEnables Users to specify the fields of the Flow Structure. --
Structure Type NameEnables Users specify the name of the Structure Type.String
Type Name SpaceEnables Users to specify the Structure Type Name Space. String

Outputs

PropertyDescriptionData 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

DescriptionVersionDateDeveloper Task
Added a new Create Flow Structure step that creates a Flow Structure using the Step instead of UI. 9.29July 2026[DT-046881]