You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/right-panel/property-editor.md
+40-7Lines changed: 40 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The free format literal text property is used for the description of the block.
53
53
54
54
### Show Advanced Properties
55
55
56
-
Many objects have Advanced Properties, which do not need to be configured for normal use and are normally hidden to avoid clutter. The {{< image src="/images/Flow Editor - Show Advanced Properties.png" >}} icon toggles whether these are visible or not.
56
+
Many objects have Advanced Properties, which do not need to be configured for normal use and are normally hidden to avoid clutter. The {{< image src="/images/Flow Editor - Show Advanced Properties.png" >}} icon displays them and then changes to {{< image src="/images/Flow Editor - Hide Advanced Properties.png" >}} to hide them.
57
57
58
58
### Add Variables
59
59
@@ -69,31 +69,64 @@ The {{< image src="/images/Flow Editor - Help.png" >}} icon opens a new browser
69
69
70
70
To display the Property Type and expected Data Type, hover the cursor over the Property name.
71
71
72
+
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
73
+
72
74
### Change Property Editor
73
75
74
-
Click on the icon to the left of the Property name to cycle through the available Property Editors for that property: Variable Editor -> Expression Editor -> Literal Editor.
76
+
Click on the icon to the left of the Property name to cycle through the available Property Editors for that property. They will cycle in the following order:
{{% alert title="Note" %}}Not all Properties allow use of all three Property Editors.{{% /alert %}}
75
83
76
-
Note: Not all Properties allow use of all three Property Editors.
84
+
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
77
85
78
86
### Show/Hide Advanced Properties
79
87
80
-
Click the eye icon on the Property Editor’s title bar to toggle between showing or hiding the selected object’s Advanced Properties.
88
+
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.
89
+
90
+
When advanced properties are visible, click the {{< image src="/images/Flow Editor - Hide Advanced Properties.png" >}} icon to hide them.
91
+
92
+
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
81
93
82
94
### Add Variables
83
95
84
-
Click the Plus (+) icon on the Property Editor’s title bar to automatically create all uncreated variables that have been referenced in the any of the object’s properties that are using the Variable Editor.
85
-
This action will also open the Variables Grid in the Bottom Panel.
96
+
Click the {{< image src="/images/Flow Editor - Add Variables.png" >}} icon on the Property Editor’s title bar to automatically create all uncreated variables that have been referenced in the any of the object’s properties that are using the Variable Editor.
97
+
98
+
This action will also open the Variables Grid in the [Bottom Panel][].
99
+
100
+
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
86
101
87
102
### Help
88
103
89
-
Click the question mark (?) icon on the Property Editor’s title bar to the Product Portal in a new browser tab. The new tab will display information that is relevant to this object.
104
+
Click the {{< image src="/images/Flow Editor - Help.png" >}} icon on the Property Editor’s title bar to open the Product Portal in a new browser tab. The new tab will display information that is relevant to this block.
105
+
106
+
See the [Property Editor][Property Editor tutorial] tutorial for a step-by-step guide.
0 commit comments