Skip to content

Commit 1fc2261

Browse files
committed
Fix blocking issues
1 parent 0e223f9 commit 1fc2261

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19172,6 +19172,11 @@
1917219172
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-edifact",
1917319173
"redirect_document_id": false
1917419174
},
19175+
{
19176+
"source_path_from_root": "/articles/logic-apps/parameterize-workflow-app.md",
19177+
"redirect_url": "/azure/logic-apps/create-parameters-workflows",
19178+
"redirect_document_id": false
19179+
},
1917519180
{
1917619181
"source_path_from_root": "/articles/logic-apps/logic-apps-custom-connector-register.md",
1917719182
"redirect_url": "/connectors/custom-connectors",
@@ -19297,11 +19302,6 @@
1929719302
"redirect_url": "/connectors/todo",
1929819303
"redirect_document_id": false
1929919304
},
19300-
{
19301-
"source_path_from_root": "/articles/logic-apps/parameterize-workflow-app.md",
19302-
"redirect_url": "/connectors/logic-apps/create-parameters-workflows",
19303-
"redirect_document_id": false
19304-
},
1930519305
{
1930619306
"source_path_from_root": "/articles/machine-learning/service/index.yml",
1930719307
"redirect_url": "/azure/machine-learning/",

articles/logic-apps/create-parameters-workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For example, if you use Visual Studio Code as your local development tool to run
8585
|----------|----------|-------------|
8686
| **Name** | Yes | The name for the parameter to create. |
8787
| **Type** | Yes | The data type for the parameter, such as **Array**, **Bool**, **Float**, **Int**, **Object**, **Secure Object**, **Secure String**, and **String**. |
88-
| **Default Value** | Yes | The default value for the parameter. You have to specify the default parameter value because the workflow logic, connection information, and parameter values don't exist in a single location. The designer must be able to resolve the parameter values before loading. <p><p>**Important**: For the **Secure Object** and **Secure String** data types, avoid setting a default value because the value is stored as plain text.|
88+
| **Default Value** | Yes | The default value for the parameter. You have to specify the default parameter value because the workflow logic, connection information, and parameter values don't exist in a single location. The designer must be able to resolve the parameter values before loading. <br><br>**Important**: For the **Secure Object** and **Secure String** data types, avoid setting a default value because the value is stored as plain text.|
8989
| **Actual Value** | No | The actual value for the parameter. |
9090
||||
9191

@@ -130,8 +130,8 @@ For example, if you use Visual Studio Code as your local development tool to run
130130
| Property | Required | Description |
131131
|----------|----------|-------------|
132132
| **Name** | Yes | The name for the parameter to create. |
133-
| **Type** | Yes | The data type for the parameter, such as **Array**, **Bool**, **Float**, **Int**, **Object**, and **String**. <p><p>**Note**: In Standard logic app workflows, secure data types, such as `securestring` and `secureobject`, aren't supported. |
134-
| **Value** | Yes | The value for the parameter. <p><p>In Standard logic app workflows, you have to specify the parameter value because the workflow logic, connection information, and parameter values don't exist in a single location. The designer must be able to resolve the parameter values before loading. |
133+
| **Type** | Yes | The data type for the parameter, such as **Array**, **Bool**, **Float**, **Int**, **Object**, and **String**. <br><br>**Note**: In Standard logic app workflows, secure data types, such as `securestring` and `secureobject`, aren't supported. |
134+
| **Value** | Yes | The value for the parameter. <br><br>In Standard logic app workflows, you have to specify the parameter value because the workflow logic, connection information, and parameter values don't exist in a single location. The designer must be able to resolve the parameter values before loading. |
135135
||||
136136

137137
The following example shows a definition for a string parameter:

0 commit comments

Comments
 (0)