Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using "Excute JavaScript Code" action in Azure Logic App: error about integration account being required

I am trying to run custom JavaScript in logic App using an (Execute JavaScript Code) action, but am getting this error:

Failed to save logic app httpResponces. The workflow must be associated with an integration account to use the workflow run action 'Execute_JavaScript_Code' of type 'JavaScriptCode'.

How can you actually do this?

like image 267
ZCoder Avatar asked Jul 12 '19 20:07

ZCoder


People also ask

How do I associate integration account with logic app?

In the Azure portal, open an existing logic app, or create a new logic app. On your logic app's menu, under Settings, select Workflow settings. Under Integration account, open the Select an Integration account list, and select the integration account you want. To finish linking, select Save.


1 Answers

To run the inline code action you need an integration account. These have some different pricing tiers. You only need to create it and then on the Logic App Workflow settings associate it. See below:

configure integration account

Select integration account

like image 126
AdAstra Avatar answered Sep 19 '22 14:09

AdAstra