Skip to content

Commit 2aa91c9

Browse files
committed
Update links
1 parent 2c88a58 commit 2aa91c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/execute-an-sql-statement-on-an-external-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use an **Execute statement** action in a microflow, follow these steps:
6060

6161
2. Drag the **Execute statement** action into your microflow:
6262

63-
{{< figure src="/attachments/refguide/modeling/integration/execute-an-sql-statement-on-an-external-database/19399123.png" class="no-border" >}}
63+
{{< figure src="http://attachments/refguide/modeling/integration/use-platform-supported-content/execute-an-sql-statement-on-an-external-database/19399123.png" class="no-border" >}}
6464

6565
3. Configure the statement:
6666
* Provide all the valid arguments to the statement action
@@ -69,7 +69,7 @@ To use an **Execute statement** action in a microflow, follow these steps:
6969
* Specify the **Output Variable name**
7070
* In the example below, the variable is **amountOfUpdatedRows**, which is the output of the SQL statement; this is also the output of the SQL statement provided for the **Sql** argument within the connector
7171

72-
{{< figure src="/attachments/refguide/modeling/integration/execute-an-sql-statement-on-an-external-database/19399146.png" class="no-border" >}}
72+
{{< figure src="http://attachments/refguide/modeling/integration/use-platform-supported-content/execute-an-sql-statement-on-an-external-database/19399146.png" class="no-border" >}}
7373

7474
The statement action's result is either an **Integer** or a **Long** value, which usually represents the amount of affected rows.
7575

0 commit comments

Comments
 (0)