About 314,000 results
Open links in new tab
  1. Add and run JavaScript in workflows - Azure Logic Apps

    Jun 10, 2024 · Write and run JavaScript code snippets in workflows to perform custom integration tasks using Inline Code operations in Azure Logic Apps.

  2. Azure Logic Apps SDK for JavaScript | Microsoft Learn

    3 days ago · Logic Apps is a fully managed iPaaS (integration Platform as a Service) allowing developers not to have to worry about building hosting, scalability, availability and management. Logic Apps will scale up automatically to meet demand. Install the …

  3. Add and run JavaScript code snippets by using inline code in Azure ...

    Dec 16, 2019 · Learn how run JavaScript code snippets by using inline code in Azure Logic Apps. Tagged with azure, javascript, logicapps.

  4. Azure Logic Apps | params in inline js - Microsoft Q&A

    Jun 19, 2023 · On the first question though it is YES, you cannot directly access parameters in inline JS. In addition, you can access parameters in inline JS in Azure Logic Apps. You can use the "workflowContext" object to access the input parameters of the workflow. Here is an example of how to access the input parameter in inline JS:

  5. AZURE LOGIC APPS – HOW TO USE INLINE JAVASCRIPT CODE SNIPPETS

    Jan 9, 2020 · In this demo, we will be creating an Azure Logic App that will use inline JavaScript. In order to reference values from previous Logic App steps in JavaScript, we will be creating an integration account.

  6. Using Inline Code on your Azure Logic Apps - Hugo Barona

    Aug 15, 2020 · Fortunately, the Azure Logic Apps’ team introduced an action named Inline Code, that enables us to run simple and small pieces of code, using Javascript, inside our Logic Apps’ workflows. This action is still in Preview mode, but you should be able to easily use it. To start using it, there are some some steps you need to perform.

  7. Call JavaScript Code from Azure Logic Apps (Standard)

    We can call JavaScript through the Inline Code connector which is a Built-In connector in Azure Logic Apps (Standard). There are some considerations when using this connector that developers should be aware of including: Dynamic content can be used as inputs to the function and the results can be used as dynamic content in downstream actions.

  8. Azure Logic Apps - Inline JS Code - Load External Module

    Nov 19, 2021 · To prevent repeating common utility code in multiple Logic App Inline Code actions we'd like to store it in one place and reference it from multiple Logic Apps. The online docs say that the require () function isn't supported.

  9. Azure Logic Apps Recipes: Execute inline JavaScript code

    Jul 6, 2019 · In this example, I am creating a simple JavaScript code to swap the array values from the trigger input. It is important to link an integration account with the logic app for using this feature....

  10. Reusing Javascript in Logic Apps Standard · David Triana

    Sep 20, 2024 · To address my needs, I use the SHA256 method instead, which is available here. With this in place, the SHA256 method works, with in-line javascript, no need for function actions or function apps.

  11. Some results have been removed
Refresh