Skip to content

Commit 9f40e41

Browse files
author
ecfan
committed
Fix link
1 parent bbaf661 commit 9f40e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/support-non-unicode-character-encoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Example output:
211211

212212
If you need to send a non-Unicode payload from your workflow, do the steps for [converting the payload to UTF-8](#convert-payload-encoding) in reverse. Keep the text in UTF-8 as long as possible within your system. Next, use the same function to convert the base64-encoded UTF-8 characters to the required encoding. Then, apply base64 decoding to the text, and send your payload.
213213

214-
When you consume the return value from Azure Functions, make sure to use the [**base64ToBinary** function](workflow-definition-language-fucntions-reference.md#base64tobinary), not the **base64ToString** function.
214+
When you consume the return value from Azure Functions, make sure to use the [**base64ToBinary** function](workflow-definition-language-functions-reference.md#base64tobinary), not the **base64ToString** function.
215215

216216
## Convert payloads for AS2
217217

0 commit comments

Comments
 (0)