Skip to content

Commit f948462

Browse files
author
Donna-Marie Smith
committed
added Change Data Type action
1 parent dad5b7a commit f948462

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/property-editor.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Every block has one or more properties, which can be one of the following types:
2626

2727
Each property type, apart from the free format literal text, uses one or more property editors. If a property can be configured by using more than one editor type, clicking on the editor symbol will cycle though the alternative editor types; if only one editor type is available the editor symbol will be greyed out.
2828

29+
To the right of the property name, the ellipsis enables the developer to change the data type that this input property accepts.
30+
2931
### Property Types
3032

3133
#### Free Format Literal Text
@@ -83,6 +85,12 @@ Click on the icon to the left of the Property name to cycle through the availabl
8385

8486
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
8587

88+
### Change Property Data Type
89+
90+
Click the {{< image src="/images/Flow Editor - Change Data Type.png" >}} icon to the right of the property name to change the input property data type; the property name will change to display an editable field containing the current data type set for this property. Edit or delete the existing data type to reveal a drop-down menu of all possible data types allowable for this property; select the desired data type.
91+
92+
{{% alert title="Note" %}}Not all input properties allow their data types to be changed.{{% /alert %}}
93+
8694
### Show/Hide Advanced Properties
8795

8896
Click the {{< image src="/images/Flow Editor - Show Advanced Properties.png" >}} icon on the Property Editor’s title bar to show the selected block's advanced properties.
264 Bytes
Loading

0 commit comments

Comments
 (0)