Skip to content

Commit d0975a9

Browse files
Merge pull request #222468 from mike-urnun-msft/patch-40
(Azure CXP) sample fix
2 parents 9798936 + db62519 commit d0975a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Before you can perform a Liquid transformation in your logic app workflow, you m
7777
The JSON to JSON transformation example in this article uses the following sample Liquid template:
7878

7979
```
80-
{ %- assign deviceList = content.devices | Split: ', ' -% }
80+
{%- assign deviceList = content.devices | Split: ', ' -%}
8181
8282
{
8383
"fullName": "{{content.firstName | Append: ' ' | Append: content.lastName}}",

0 commit comments

Comments
 (0)