You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Consumption**| Multi-tenant Azure Logic Apps | Managed connector (Standard class). For more information, review the following documentation: <br><br>- [FTP managed connector reference](/connectors/ftp) <br>- [Managed connectors in Azure Logic Apps](managed.md)|
35
35
|**Consumption**| Integration service environment (ISE) | Managed connector (Standard class) and ISE version, which has different message limits than the Standard class. For more information, review the following documentation: <br><br>- [FTP managed connector reference](/connectors/ftp) <br>- [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) <br>- [Managed connectors in Azure Logic Apps](managed.md)|
36
-
|**Standard**| Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector (Standard class) and built-in connector, which is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). The built-in connector can directly access Azure virtual networks with a connection string. For more information, review the following documentation: <br><br>- [FTP managed connector reference](/connectors/ftp) <br>- [FTP built-in connector operations](#built-in-operations) section later in this article <br>- [Managed connectors in Azure Logic Apps](managed.md) <br>- [Built-in connectors in Azure Logic Apps](built-in.md)|
36
+
|**Standard**| Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector (Azure-hosted) and built-in connector, which is [service provider based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). The built-in connector can directly access Azure virtual networks with a connection string. For more information, review the following documentation: <br><br>- [FTP managed connector reference](/connectors/ftp) <br>- [FTP built-in connector operations](#built-in-operations) section later in this article <br>- [Managed connectors in Azure Logic Apps](managed.md) <br>- [Built-in connectors in Azure Logic Apps](built-in.md)|
37
37
||||
38
38
39
39
## Limitations
@@ -90,9 +90,9 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
90
90
91
91
1. In the [Azure portal](https://portal.azure.com), and open your blank logic app workflow in the designer.
92
92
93
-
1. On the designer, under the search box, select **All**.
93
+
1. On the designer, under the search box, select **Standard**. In the search box, enter **ftp**.
94
94
95
-
1.In the search box, enter **ftp**. From the triggers list, select the trigger named **When a filed is added or modified (properties only)**.
95
+
1. From the triggers list, select the trigger named **When a filed is added or modified (properties only)**.
@@ -229,7 +229,7 @@ Before you can use an FTP action, your workflow must already start with a trigge
229
229
230
230
1. On the designer, under the trigger or any other actions, select **New step**.
231
231
232
-
1. Under the **Choose an operation** search box, select **All**.
232
+
1. Under the **Choose an operation** search box, select **Standard**.
233
233
234
234
1. In the search box, enter **ftp get file metadata**.
235
235
@@ -247,7 +247,7 @@ Before you can use an FTP action, your workflow must already start with a trigge
247
247

248
248
249
249
1. After the **Get file metadata** action information box appears, click inside the **File** box so that the dynamic content list opens.
250
-
250
+
251
251
You can now select outputs from the preceding trigger.
252
252
253
253
1. In the dynamic content list, under **When a file is added or modified**, select **List of Files Id**.
@@ -258,7 +258,7 @@ Before you can use an FTP action, your workflow must already start with a trigge
258
258
259
259
1. On the designer, under the **Get file metadata** action, select **New step**.
260
260
261
-
1. Under the **Choose an operation** search box, select **All**.
261
+
1. Under the **Choose an operation** search box, select **Standard**.
262
262
263
263
1. In the search box, enter **ftp get file content**.
264
264
@@ -278,17 +278,17 @@ Before you can use an FTP action, your workflow must already start with a trigge
278
278
279
279

280
280
281
-
1. When you're done, save your logic app workflow.
281
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
282
282
283
283
### [Standard](#tab/standard)
284
284
285
-
The steps to add and use an FTP action differ based on whether your workflow uses an "Azure" managed connector trigger or a built-in connector trigger.
285
+
The steps to add and use an FTP action differ based on whether your workflow uses the built-in connector or the managed, Azure-hosted connector.
286
286
287
-
*[**Workflows with a built-in trigger**](#built-in-trigger-workflows): Describes the steps for workflows that start with a built-in trigger.
287
+
*[**Built-in trigger**](#built-in-trigger-workflows): Describes the steps to add a built-in action.
288
288
289
289
If you used the FTP built-in trigger, and you want the content from a newly added or updated file, you can use a **For each** loop to iterate through the array that's returned by the trigger. You can then use just the **Get file content** action without any other intermediary actions. For more information about FTP built-in connector operations, review [FTP built-in connector operations](#ftp-built-in-connector-operations) later in this article.
290
290
291
-
*[**Workflows with a managed trigger**](#managed-trigger-workflows): Describes the steps for workflows that start with a managed trigger.
291
+
*[**Managed trigger**](#managed-trigger-workflows): Describes the steps to add a managed action.
292
292
293
293
If you used the FTP managed connector trigger, and want the content from a newly added or modified file, you can use a **For each** loop to iterate through the array that's returned by the trigger. You then have to use intermediary actions such as the FTP action named **Get file metadata** before you use the **Get file content** action.
294
294
@@ -327,7 +327,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
327
327
328
328

329
329
330
-
1. Add any other actions that your workflow needs. When you're done, save your logic app workflow.
330
+
1. Add any other actions that your workflow needs.
331
+
332
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
331
333
332
334
<aname="managed-trigger-workflows"></a>
333
335
@@ -384,7 +386,9 @@ The steps to add and use an FTP action differ based on whether your workflow use
384
386
385
387

386
388
387
-
1. Add any other actions that your workflow needs. When you're done, save your logic app workflow.
389
+
1. Add any other actions that your workflow needs.
390
+
391
+
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
388
392
389
393
---
390
394
@@ -398,7 +402,7 @@ To check that your workflow returns the content that you expect, add another act
398
402
399
403
1. On the designer, under the **Get file content** action, select **New step**.
400
404
401
-
1. Under the **Choose an operation** search box, select **All**.
405
+
1. Under the **Choose an operation** search box, select **Standard**.
402
406
403
407
1. In the search box, enter **office 365 outlook send an email**. From the actions list, select the Office 365 Outlook action named **Send an email**.
0 commit comments