Skip to content

Commit 17fa36d

Browse files
daviburgecfan
andauthored
Update articles/logic-apps/logic-apps-using-sap-connector.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 1cf71a4 commit 17fa36d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/logic-apps/logic-apps-using-sap-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ Last, create new connections that use SNC in all your logic apps that use the SA
361361
The connector detects the PSE change and updates its own copy during the next connection request.
362362

363363
> [!TIP]
364-
> To base64-encoded a binary PSE file you may use a PowerShell script as follows.
364+
To convert a binary PSE file into base64-encoded format, follow these steps:
365+
366+
1. Use a PowerShell script, for example:
365367

366368
```powershell
367369
Param ([Parameter(Mandatory=$true)][string]$psePath, [string]$base64OutputPath)

0 commit comments

Comments
 (0)