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
Copy file name to clipboardExpand all lines: articles/connectors/apis-list.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Logic Apps provides built-in actions for running your own code in your logic app
105
105
106
106
|||||
107
107
|---|---|---|---|
108
-
|[![API icon][azure-functions-icon]<br>**Azure Functions**][azure-functions-doc]| Call Azure functions that run custom code snippets (C# or Node.js) from your logic apps. |[![API icon][inline-code-icon]<br>**Inline code**][azure-functions-doc]| Add and run JavaScript code snippets from your logic apps. |
108
+
|[![API icon][azure-functions-icon]<br>**Azure Functions**][azure-functions-doc]| Call Azure functions that run custom code snippets (C# or Node.js) from your logic apps. |[![API icon][inline-code-icon]<br>**Inline code**][inline-code-doc]| Add and run JavaScript code snippets from your logic apps. |
109
109
|||||
110
110
111
111
### Control workflow
@@ -392,6 +392,7 @@ To call APIs that run custom code or aren't available as connectors, you can ext
392
392
[http-response-doc]: ./connectors-native-reqres.md"Respond to HTTP requests from your logic apps"
393
393
[http-swagger-doc]: ./connectors-native-http-swagger.md"Call REST endpoints from your logic apps"
394
394
[http-webhook-doc]: ./connectors-native-webhook.md"Wait for specific events from HTTP or HTTPS endpoints"
395
+
[inline-code-doc]: ../logic-apps/logic-apps-add-run-inline-code.md"Add and run JavaScript code snippets from your logic apps"
395
396
[nested-logic-app-doc]: ../logic-apps/logic-apps-http-endpoint.md"Integrate logic apps with nested workflows"
396
397
[query-doc]: ../logic-apps/logic-apps-perform-data-operations.md#filter-array-action"Select and filter arrays with the Query action"
397
398
[schedule-doc]: ../logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md"Run logic apps based a schedule"
0 commit comments