Skip to content

Commit 31fbfc1

Browse files
authored
Update tutorial-pipeline-return-value.md
1 parent cb621e6 commit 31fbfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/tutorial-pipeline-return-value.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: data-factory
66
ms.subservice: orchestration
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 04/12/2023
9+
ms.date: 10/24/2023
1010
author: chez-charlie
1111
ms.author: chez
1212
ms.reviewer: jburchel
@@ -45,7 +45,7 @@ There are a few options for value types, including
4545
Type Name | Description
4646
-------- | -----------
4747
String | The most straight forward of all. It expects a string value.
48-
Expression | It allows you to reference output from previous activities.
48+
Expression | It allows you to reference output from previous activities. You can use string interpolation here to include in-line expression values such as ```"The value is @{guid()}"```.
4949
Array | It expects an array of _string values_. Press "enter" key to separate values in the array
5050
Boolean | True or False
5151
Null | Signal place holder status; the value is constant _null_

0 commit comments

Comments
 (0)